Première implementation de sso
This commit is contained in:
7
authentification/urls.py
Normal file
7
authentification/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from .views import login_view, deconnexion_view
|
||||
|
||||
urlpatterns = [
|
||||
path('login/', login_view, name='login'),
|
||||
path('deconnexion/', deconnexion_view, name='deconnexion'),
|
||||
]
|
||||
Reference in New Issue
Block a user