mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 01:25:48 +03:00
[GH-ISSUE #218] Add SMS Gateway for Flowroute or Custom SMS Gateway #54
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JonCup on GitHub (Mar 12, 2019).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/218
Can you add support for Flowroute SMS Gateway or a custom option we can supply a callback url and parameter names and method(post/get).
Here's a link to the flowroute api reference.
https://developer.flowroute.com/api/messages/v2.1/send-an-sms/
@ChristophWurst commented on GitHub (Mar 13, 2019):
Are you a developer? You can add it yourself and submit a pull request :)
@Squidgy-Org commented on GitHub (Mar 14, 2019):
Hi Christoph, sorry if it's wrong to add to this thread with the question I have but maybe it's a follow on from JonCup's request. I don't like sharing data with external providers but I'd like to get 2FA SMS gateway working. I've setup an internal Raspberry Pi with a SMS/Phone hat and want to use this as a private SMS gateway. Have created a simple POC web interface, which I can use with curl to pass a URL with the mobile phone number and the SMS text, which works fine (I receive the SMS on my mobile) but I'd like to incorporate this into something like the "twofactor_gateway" app you have created. I guess its the custom option that JonCup might be suggesting above. I wouldn't put my self down as developer but if shown a few example code snippets or directed in the right direction then maybe I could put something together!
Appreciate any response.
Paul.
@ChristophWurst commented on GitHub (Mar 15, 2019):
See https://github.com/nextcloud/twofactor_gateway/pull/185 and https://github.com/nextcloud/twofactor_gateway/pull/169 :)
Cheers
@Squidgy-Org commented on GitHub (Mar 16, 2019):
Brilliant, thanks Christoph, I think that will be enough for me to work with :)
@Squidgy-Org commented on GitHub (Mar 17, 2019):
Hi Christoph,
Little update, got it working yesterday... now all my accounts are able to use my own personnel built/owned SMS 2FA Authentication :) :) :)
Still work in progress but I guess I should workout how to push this back into your build at at some point.
Many thanks
Paul.
@ChristophWurst commented on GitHub (Mar 18, 2019):
Great to hear, congratulations!
Yes, please send us a pull request with your new gateway support.