Simple JWT
latest
Getting started
Settings
Customizing token claims
Creating tokens manually
Token types
Blacklist app
Stateless User Authentication
Development and contributing
drf-yasg
Integration
rest_framework_simplejwt package
Simple JWT
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
access_token (rest_framework_simplejwt.tokens.RefreshToken attribute)
access_token_class (rest_framework_simplejwt.tokens.RefreshToken attribute)
AccessToken (class in rest_framework_simplejwt.tokens)
authenticate() (rest_framework_simplejwt.authentication.JWTAuthentication method)
authenticate_header() (rest_framework_simplejwt.authentication.JWTAuthentication method)
authentication_classes (rest_framework_simplejwt.views.TokenViewBase attribute)
aware_utcnow() (in module rest_framework_simplejwt.utils)
B
blacklist() (rest_framework_simplejwt.tokens.BlacklistMixin method)
BlacklistMixin (class in rest_framework_simplejwt.tokens)
C
check_blacklist() (rest_framework_simplejwt.tokens.BlacklistMixin method)
check_exp() (rest_framework_simplejwt.tokens.Token method)
check_password() (rest_framework_simplejwt.models.TokenUser method)
D
datetime_from_epoch() (in module rest_framework_simplejwt.utils)
datetime_to_epoch() (in module rest_framework_simplejwt.utils)
default_error_messages (rest_framework_simplejwt.serializers.TokenObtainSerializer attribute)
default_user_authentication_rule() (in module rest_framework_simplejwt.authentication)
delete() (rest_framework_simplejwt.models.TokenUser method)
F
for_user() (rest_framework_simplejwt.tokens.BlacklistMixin class method)
(rest_framework_simplejwt.tokens.Token class method)
format_lazy() (in module rest_framework_simplejwt.utils)
G
get() (rest_framework_simplejwt.tokens.Token method)
get_all_permissions() (rest_framework_simplejwt.models.TokenUser method)
get_authenticate_header() (rest_framework_simplejwt.views.TokenViewBase method)
get_group_permissions() (rest_framework_simplejwt.models.TokenUser method)
get_header() (rest_framework_simplejwt.authentication.JWTAuthentication method)
get_md5_hash_password() (in module rest_framework_simplejwt.utils)
get_raw_token() (rest_framework_simplejwt.authentication.JWTAuthentication method)
get_serializer_class() (rest_framework_simplejwt.views.TokenViewBase method)
get_token() (rest_framework_simplejwt.serializers.TokenObtainSerializer class method)
get_token_backend() (rest_framework_simplejwt.tokens.Token method)
get_user() (rest_framework_simplejwt.authentication.JWTAuthentication method)
(rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication method)
get_username() (rest_framework_simplejwt.models.TokenUser method)
get_validated_token() (rest_framework_simplejwt.authentication.JWTAuthentication method)
groups (rest_framework_simplejwt.models.TokenUser attribute)
H
has_module_perms() (rest_framework_simplejwt.models.TokenUser method)
has_perm() (rest_framework_simplejwt.models.TokenUser method)
has_perms() (rest_framework_simplejwt.models.TokenUser method)
I
id (rest_framework_simplejwt.models.TokenUser attribute)
is_active (rest_framework_simplejwt.models.TokenUser attribute)
is_anonymous (rest_framework_simplejwt.models.TokenUser attribute)
is_authenticated (rest_framework_simplejwt.models.TokenUser attribute)
is_staff (rest_framework_simplejwt.models.TokenUser attribute)
is_superuser (rest_framework_simplejwt.models.TokenUser attribute)
J
JWTAuthentication (class in rest_framework_simplejwt.authentication)
JWTStatelessUserAuthentication (class in rest_framework_simplejwt.authentication)
JWTTokenUserAuthentication (in module rest_framework_simplejwt.authentication)
L
lifetime (rest_framework_simplejwt.tokens.AccessToken attribute)
(rest_framework_simplejwt.tokens.RefreshToken attribute)
(rest_framework_simplejwt.tokens.SlidingToken attribute)
(rest_framework_simplejwt.tokens.Token attribute)
(rest_framework_simplejwt.tokens.UntypedToken attribute)
M
make_utc() (in module rest_framework_simplejwt.utils)
media_type (rest_framework_simplejwt.authentication.JWTAuthentication attribute)
N
no_copy_claims (rest_framework_simplejwt.tokens.RefreshToken attribute)
P
PasswordField (class in rest_framework_simplejwt.serializers)
permission_classes (rest_framework_simplejwt.views.TokenViewBase attribute)
pk (rest_framework_simplejwt.models.TokenUser attribute)
post() (rest_framework_simplejwt.views.TokenViewBase method)
R
RefreshToken (class in rest_framework_simplejwt.tokens)
rest_framework_simplejwt (module)
rest_framework_simplejwt.authentication (module)
rest_framework_simplejwt.models (module)
rest_framework_simplejwt.serializers (module)
rest_framework_simplejwt.tokens (module)
rest_framework_simplejwt.utils (module)
rest_framework_simplejwt.views (module)
S
save() (rest_framework_simplejwt.models.TokenUser method)
serializer_class (rest_framework_simplejwt.views.TokenViewBase attribute)
set_exp() (rest_framework_simplejwt.tokens.Token method)
set_iat() (rest_framework_simplejwt.tokens.Token method)
set_jti() (rest_framework_simplejwt.tokens.Token method)
set_password() (rest_framework_simplejwt.models.TokenUser method)
SlidingToken (class in rest_framework_simplejwt.tokens)
T
Token (class in rest_framework_simplejwt.tokens)
token_backend (rest_framework_simplejwt.tokens.Token attribute)
token_blacklist() (in module rest_framework_simplejwt.views)
token_class (rest_framework_simplejwt.serializers.TokenBlacklistSerializer attribute)
(rest_framework_simplejwt.serializers.TokenObtainPairSerializer attribute)
(rest_framework_simplejwt.serializers.TokenObtainSerializer attribute)
(rest_framework_simplejwt.serializers.TokenObtainSlidingSerializer attribute)
(rest_framework_simplejwt.serializers.TokenRefreshSerializer attribute)
(rest_framework_simplejwt.serializers.TokenRefreshSlidingSerializer attribute)
token_obtain_pair() (in module rest_framework_simplejwt.views)
token_obtain_sliding() (in module rest_framework_simplejwt.views)
token_refresh() (in module rest_framework_simplejwt.views)
token_refresh_sliding() (in module rest_framework_simplejwt.views)
token_type (rest_framework_simplejwt.tokens.AccessToken attribute)
(rest_framework_simplejwt.tokens.RefreshToken attribute)
(rest_framework_simplejwt.tokens.SlidingToken attribute)
(rest_framework_simplejwt.tokens.Token attribute)
(rest_framework_simplejwt.tokens.UntypedToken attribute)
token_verify() (in module rest_framework_simplejwt.views)
TokenBlacklistSerializer (class in rest_framework_simplejwt.serializers)
TokenBlacklistView (class in rest_framework_simplejwt.views)
TokenObtainPairSerializer (class in rest_framework_simplejwt.serializers)
TokenObtainPairView (class in rest_framework_simplejwt.views)
TokenObtainSerializer (class in rest_framework_simplejwt.serializers)
TokenObtainSlidingSerializer (class in rest_framework_simplejwt.serializers)
TokenObtainSlidingView (class in rest_framework_simplejwt.views)
TokenRefreshSerializer (class in rest_framework_simplejwt.serializers)
TokenRefreshSlidingSerializer (class in rest_framework_simplejwt.serializers)
TokenRefreshSlidingView (class in rest_framework_simplejwt.views)
TokenRefreshView (class in rest_framework_simplejwt.views)
TokenUser (class in rest_framework_simplejwt.models)
TokenVerifySerializer (class in rest_framework_simplejwt.serializers)
TokenVerifyView (class in rest_framework_simplejwt.views)
TokenViewBase (class in rest_framework_simplejwt.views)
U
UntypedToken (class in rest_framework_simplejwt.tokens)
user_permissions (rest_framework_simplejwt.models.TokenUser attribute)
username (rest_framework_simplejwt.models.TokenUser attribute)
username_field (rest_framework_simplejwt.serializers.TokenObtainSerializer attribute)
V
validate() (rest_framework_simplejwt.serializers.TokenBlacklistSerializer method)
(rest_framework_simplejwt.serializers.TokenObtainPairSerializer method)
(rest_framework_simplejwt.serializers.TokenObtainSerializer method)
(rest_framework_simplejwt.serializers.TokenObtainSlidingSerializer method)
(rest_framework_simplejwt.serializers.TokenRefreshSerializer method)
(rest_framework_simplejwt.serializers.TokenRefreshSlidingSerializer method)
(rest_framework_simplejwt.serializers.TokenVerifySerializer method)
verify() (rest_framework_simplejwt.tokens.BlacklistMixin method)
(rest_framework_simplejwt.tokens.Token method)
verify_token_type() (rest_framework_simplejwt.tokens.Token method)
(rest_framework_simplejwt.tokens.UntypedToken method)
W
www_authenticate_realm (rest_framework_simplejwt.authentication.JWTAuthentication attribute)
(rest_framework_simplejwt.views.TokenViewBase attribute)