Skip to content

Commit

Permalink
users(urls): add logout path access
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusvrs committed Nov 22, 2023
1 parent f03986b commit eb158d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/users/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
urlpatterns = [
re_path('register/' + r'(?P<oauth2>[^/]+)/$', views.Register.as_view(), name='register'),
path('login/', views.RefreshJWTView.as_view(), name='login'),
path('logout/', views.BlacklistJWTView.as_view(), name='logout'),
]

0 comments on commit eb158d3

Please sign in to comment.