Created
March 1, 2019 15:28
-
-
Save jhonatanmsc/41ebbbea50c81ea2e7adcbdedf7990bb to your computer and use it in GitHub Desktop.
Medium Jwt Tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from apps.usuario.views import ObtainToken | |
| urlpatterns = [ | |
| # adicional urls... | |
| path('token/api/', ObtainToken.as_view(), name='token_obtain'), | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment