An open API service indexing awesome lists of open source software.

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

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`