Best Flask open-source libraries and packages

Auth0 SNS gateway

This is a custom proxy for Auth0 to interact with AWS SNS when sending one time passwords during Passwordless Authentication. It's built using Flask and implements Token-Based Authentication for API endpoints.
Updated 2 years ago

Auth0-SNS-gateway

At the time of writing this readme, Auth0 uses Twilio as the only option to sending messages during Passwordless Authentication. So if you want to use a different service to send messages during Passwordless Authentication, then you will have to modify Auth0's passwordless connection using the management API, learn more here, and connect to your custom proxy instead of Twilio. The custom proxy should receive Auth0's requests and handle sending messages using whichever service that you want to use.

This project is a custom proxy for Auth0 to use AWS Simple Notification Service (SNS) to send messages during Passwordless Authentication.