This app provides SMS authentication handler using Prelude SMS API.
- Setup the project using the instructions from https://django-superapp.bringes.io/
- Setup
prelude_sms
app using the below instructions:
cd my_superapp;
cd superapp/apps;
django_superapp bootstrap-app \
--template-repo https://github.com/django-superapp/django-superapp-prelude-sms-authentication ./prelude_sms;
cd ../../;
For a more detailed documentation, visit https://django-superapp.bringes.io.