Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Conversation

@moreirathomas
Copy link
Member

@moreirathomas moreirathomas commented Mar 11, 2022

Description

🚧

  • OAuth stuff
    • exchange code for access_token from GitHub oauth
    • get user data from GitHub API (name and email for now)
    • test it
    • use actual client_id and client_secret
  • jwt stuff
    • build claims
    • sign token
    • verify token
    • extract claims from token
    • test it
  • routes stuff
    • connect handlers
    • write auth middleware
    • protect authenticated routes
  • data service stuff
    • define services
    • use services in handlers
    • implement services in db facade

Changes

Notes

Closes #4 and relates to #5, although db stuff isn't in this PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Authenticate the user when he posts a test and when he get a test visualization

2 participants