https://github.com/codegoalie/sms-safety
Don't give sites your actual phone number
https://github.com/codegoalie/sms-safety
google-cloud-run security sms
Last synced: 11 months ago
JSON representation
Don't give sites your actual phone number
- Host: GitHub
- URL: https://github.com/codegoalie/sms-safety
- Owner: codegoalie
- License: mit
- Created: 2020-08-27T01:28:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T02:06:40.000Z (over 5 years ago)
- Last Synced: 2025-02-14T05:43:44.556Z (about 1 year ago)
- Topics: google-cloud-run, security, sms
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMS Safety
A SMS proxy to handle one time codes and other SMS that you don't want to use
your own personal phone number for.
Host this server somewhere and setup a twilio integration to `POST /sms`.
## Configuration
There are several environment variables which need to be set to get the app to run:
`TWILIO_ACCOUNT_SID` - Your Account SID from Twilio
`TWILIO_AUTH_TOKEN` - Your Auth Token from Twilio
`RECEIVER_NUMBER` - Your real number to forward SMS messages to
`TWILIO_NUMBER` - Your Twilio SMS number to send forwarded messages from. This is also the number to enter into 3rd party services
Optional env vars:
`PORT` - Port to listen on. Defaults to `:8080`