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
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
G
|
I
|
K
|
L
|
O
|
R
|
T
|
U
A
auth_slug (auth_token.models.Token attribute)
auth_token.models.AnonymousToken (built-in class)
auth_token.models.DeviceKey (built-in class)
auth_token.models.DeviceKeyQuerySet (built-in class)
auth_token.models.Token (built-in class)
auth_token.models.TokenRelatedObject (built-in class)
auth_token.models.UserTokenTakeover (built-in class)
AUTH_TOKEN_AUTHORIZATION_OTP_BACKEND_DEFAULT_KEY_GENERATOR
AUTH_TOKEN_AUTHORIZATION_OTP_BACKEND_DEFAULT_KEY_GENERATOR_CHARACTERS
AUTH_TOKEN_AUTHORIZATION_OTP_BACKEND_DEFAULT_KEY_GENERATOR_LENGTH
AUTH_TOKEN_AUTHORIZATION_REQUEST_BACKENDS
AUTH_TOKEN_AUTHORIZATION_REQUEST_OTP_DEBUG_CODE
AUTH_TOKEN_AUTHORIZATION_REQUEST_PRESERVE_AGE
AUTH_TOKEN_COOKIE
AUTH_TOKEN_COOKIE_AGE
AUTH_TOKEN_COOKIE_DOMAIN
AUTH_TOKEN_COOKIE_HTTPONLY
AUTH_TOKEN_COOKIE_NAME
AUTH_TOKEN_COOKIE_SECURE
AUTH_TOKEN_COUNT_USER_PRESERVED_TOKENS
AUTH_TOKEN_DEFAULT_AUTHORIZATION_REQUEST_AGE
AUTH_TOKEN_DEFAULT_TOKEN_AGE
AUTH_TOKEN_EXPIRATION_DELTA
AUTH_TOKEN_EXPIRATION_HEADER
AUTH_TOKEN_FORM_COOKIE_PERMANENT
AUTH_TOKEN_HASH_SALT
AUTH_TOKEN_HEADER
AUTH_TOKEN_HEADER_NAME
AUTH_TOKEN_HEADER_TOKEN_TYPE
AUTH_TOKEN_LENGTH
AUTH_TOKEN_MAX_RANDOM_KEY_ITERATIONS
AUTH_TOKEN_MAX_TOKEN_AGE
AUTH_TOKEN_MOBILE_DEVICE_SECRET_PASSWORD_LENGTH
AUTH_TOKEN_MS_SSO_APP_ID
AUTH_TOKEN_OTP_DEFAULT_AGE
AUTH_TOKEN_OTP_DEFAULT_GENERATOR_CHARACTERS
AUTH_TOKEN_OTP_DEFAULT_GENERATOR_LENGTH
AUTH_TOKEN_OTP_DEFAULT_KEY_GENERATOR
AUTH_TOKEN_OTP_EXPIRATION_RETENTION_PERIOD
AUTH_TOKEN_RENEWAL_EXEMPT_HEADER
AUTH_TOKEN_TAKEOVER_ENABLED
AUTH_TOKEN_TAKEOVER_REDIRECT_URL
AUTH_TOKEN_TENANT_ID
AUTH_TOKEN_TWO_FACTOR_AUTHORIZATION_SLUG
AUTH_TOKEN_TWO_FACTOR_ENABLED
AUTH_TOKEN_TWO_FACTOR_REDIRECT_URL
AUTH_TOKEN_TWO_FACTOR_SENDING_FUNCTION
B
backend (auth_token.models.Token attribute)
C
cancel_authorization_request() (built-in function)
check_authorization_request() (built-in function)
check_otp() (built-in function)
content_object (auth_token.models.TokenRelatedObject attribute)
content_type (auth_token.models.TokenRelatedObject attribute)
create_authorization_request() (built-in function)
create_otp() (built-in function)
,
[1]
created_at (auth_token.models.Token attribute)
D
deny_authorization_request() (built-in function)
E
expiration (auth_token.models.Token attribute)
extend_otp() (built-in function)
G
get_or_create_token() (auth_token.models.DeviceKeyQuerySet method)
get_valid_otp() (built-in function)
grant_authorization_request() (built-in function)
I
ip (auth_token.models.Token attribute)
is_active (auth_token.models.DeviceKey attribute)
(auth_token.models.Token attribute)
(auth_token.models.UserTokenTakeover attribute)
K
key (auth_token.models.Token attribute)
L
last_access (auth_token.models.Token attribute)
last_login (auth_token.models.DeviceKey attribute)
login() (built-in function)
login_token (auth_token.models.DeviceKey attribute)
logout() (built-in function)
O
object_id (auth_token.models.TokenRelatedObject attribute)
R
reset_authorization_request() (built-in function)
T
takeover() (built-in function)
token (auth_token.models.TokenRelatedObject attribute)
(auth_token.models.UserTokenTakeover attribute)
U
user (auth_token.models.DeviceKey attribute)
(auth_token.models.Token attribute)
(auth_token.models.UserTokenTakeover attribute)
user_agent (auth_token.models.DeviceKey attribute)
(auth_token.models.Token attribute)
uuid (auth_token.models.DeviceKey attribute)