Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for login #3

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add support for login #3

wants to merge 7 commits into from

Commits on May 1, 2024

  1. Create user

    Dinika committed May 1, 2024
    Configuration menu
    Copy the full SHA
    18f58cf View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Add token route that takes username and password & returns token

    TODO:
    
    - Should return headers={"WWW-Authenticate": "Bearer"} if session is
    inactive
    - Token route might need to be at root level
    Dinika committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e07356b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Generate password using passlib

    Signed-off-by: Dinika Saxena <[email protected]>
    Dinika committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9917213 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Authenticate user

    Dinika committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    78eface View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    d8d4dd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Add expiration time to token

    Dinika committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    969a2b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add oauth2 for login

    Dinika committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2726305 View commit details
    Browse the repository at this point in the history