SecurityConstraintSecurity
Authentication
API endpoints are governed by authentication constraints to ensure secure access. The DataLens Platform includes an authentication system supporting registration, login, and session management. The Auth system in the DataLens Platform uses python-jose as a dependency for security or token management. passlib is used by the Auth system in the DataLens Platform for hashing passwords securely.