Views
APITokenObtainPairView
Bases: TokenObtainPairView
Source code in API/authenticate/views.py
21 22 23 24 25 26 27 28 29 30 |
|
post(request, *args, **kwargs)
Override the post method to add custom swagger documentation.
Source code in API/authenticate/views.py
24 25 26 27 28 29 30 |
|