django-auth-token
stable
  • Installation
  • Configuration
  • Commands
  • Models
  • Device authentication using mobile login token
  • Log a user in
  • Log a user out
  • User takeover
  • One time password
  • Create OTP
  • Deactivate OTP
  • Check OTP
  • Get valid OTP
  • Extend valid OTP
  • Authorization request
  • Create authorization request
  • Reset authorization request
  • Check authorization request
  • Signals
  • Grant authorization request
  • Deny authorization request
  • Cancel authorization request
  • Authorization request backend
  • Django-is-core
  • Django-admin
  • Django-rest-framework
django-auth-token
  • Docs »
  • Django-auth-token’s documentation
  • Edit on GitHub

Django-auth-token’s documentation¶

Django-auth-token is a library which extends django framework with better authorization/authentication system with tokens. Token are stored in database and is possible to deactivate a token of logged users.

Project Home¶

https://github.com/druids/django-auth-token

Documentation¶

https://django-auth-token.readthedocs.org/en/latest

Content¶

  • Installation
    • Using PIP
  • Configuration
    • Required Settings
    • Setup
    • MS SSO
  • Commands
    • clean_authorization_tokens
    • clean_one_time_passwords
    • clean_authorization_requests
  • Models
    • Auth Token
    • Device Authentication
  • Device authentication using mobile login token
    • Sign in the device
    • Log in from the device
  • Log a user in
  • Log a user out
  • User takeover
  • One time password
  • Create OTP
  • Deactivate OTP
  • Check OTP
  • Get valid OTP
  • Extend valid OTP
  • Authorization request
  • Create authorization request
  • Reset authorization request
  • Check authorization request
  • Signals
  • Grant authorization request
  • Deny authorization request
  • Cancel authorization request
  • Authorization request backend
  • Django-is-core
  • Django-admin
  • Django-rest-framework
Next

© Copyright 2018, Luboš Mátl Revision 2a8a39ea.

Built with Sphinx using a theme provided by Read the Docs.