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