add a new app for ldap3-authentication (currently, it uses a testserver), login/logout from django, my own decorator
This commit is contained in:
8
fet2020/authentications/urls.py
Normal file
8
fet2020/authentications/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('login/', views.loginPage, name="login"),
|
||||
path('logout/', views.logoutUser, name="logout"),
|
||||
]
|
||||
Reference in New Issue
Block a user