Skip to content

Implement Authentication Methods #8

@aaw3

Description

@aaw3

Until the database is fully implemented, these configurations will be managed through yaml, which will also supported as a fast configuration type for deployments

Auth Types to be Implemented with associated Libraries and their completion status:

  • OIDC - authlib
  • LDAP - python-ldap
  • JWT - jose
  • Basic Auth - based password stored in Postgres using bcrypt hashing
  • Sessions - Either stored in Starlette SessionMiddleware OR Stored in Postgres and managed through SQLAlchemy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions