authentication
mlte/backend/api/auth/authentication.py
Authentication handling.
authenticate_user(username, password, user_store_session)
Validates the credentials.
Source code in mlte/backend/api/auth/authentication.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|