JSON Web Token (JWT) authentication for Graphene Django
Quickstart
Authentication
Decorators
Refresh token
Customizing
Relay
Signals
Writing tests
Settings
Changelog
Contributors
Related Topics
Documentation overview
Quick search
Index
A
|
G
|
H
|
J
|
L
|
P
|
R
|
S
|
U
A
allow_any() (in module graphql_jwt.middleware)
G
get_refresh_token_by_model() (in module graphql_jwt.refresh_token.utils)
get_user_by_natural_key() (in module graphql_jwt.utils)
H
handle() (Command method)
J
JSONWebTokenMutation (class in graphql_jwt)
(class in graphql_jwt.relay)
JSONWebTokenTestCase (class in graphql_jwt.testcases)
jwt_decode() (in module graphql_jwt.utils)
jwt_encode() (in module graphql_jwt.utils)
jwt_payload() (in module graphql_jwt.utils)
L
login_required (in module graphql_jwt.decorators)
P
permission_required() (in module graphql_jwt.decorators)
R
refresh_has_expired() (in module graphql_jwt.utils)
RefreshToken (class in graphql_jwt.refresh_token.models)
S
staff_member_required (in module graphql_jwt.decorators)
superuser_required (in module graphql_jwt.decorators)
U
user_passes_test() (in module graphql_jwt.decorators)