Skip to content

kulbir/twilio-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

twilio-backend

Twilio backend for django-social-auth. Twilio backend added in django-social-auth.

  • Register a new application at Twilio Connect Api

  • fill TWILIO_CONNECT_KEY and TWILIO_AUTH_TOKEN values in the settings:

    TWILIO_CONNECT_KEY = '' TWILIO_AUTH_TOKEN = ''

  • Add desired authentication backends to Django's AUTHENTICATION_BACKENDS setting:

      'social_auth.backends.contrib.twilio.TwilioBackend',
    

Usage example

Authentication process starts with socialauth_begin URL.

Template code example:

<a href="{% url socialauth_begin 'twilio' %}">Enter using Twilio</a>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages