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

Implemented /api/session Endpoint #37

Merged
merged 8 commits into from
Jul 16, 2023
Merged

Implemented /api/session Endpoint #37

merged 8 commits into from
Jul 16, 2023

Commits on Jul 16, 2023

  1. implemented Session database model

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    55084d8 View commit details
    Browse the repository at this point in the history
  2. fix: added edge case for database initialization

    account for edge case where users exist but some have been deleted when restarting the application
    
    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    43c0b82 View commit details
    Browse the repository at this point in the history
  3. added implementation of session route handler

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3b6deb5 View commit details
    Browse the repository at this point in the history
  4. registered session handler in app.py

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6a7b813 View commit details
    Browse the repository at this point in the history
  5. implemented is_authenticated middleware

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2e937a7 View commit details
    Browse the repository at this point in the history
  6. fix: swapped to dynamic imports to remove circular dependency

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3be89ac View commit details
    Browse the repository at this point in the history
  7. fix: auth middleware edge case + usecase example

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2c66d62 View commit details
    Browse the repository at this point in the history
  8. added CORS

    Co-authored-by: Trisha Reddy <105570654+trishavreddy@users.noreply.github.com>
    Co-authored-by: Chloe <138538887+ChL4859@users.noreply.github.com>
    3 people committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    747e731 View commit details
    Browse the repository at this point in the history