CDLUC3 / dmsp_frontend_prototype

Repo to test out new NextJS framework
MIT License
0 stars 0 forks source link

Added placeholder /login and /signup page to handle access token and adding /api endpoint to create cookie #56

Closed jupiter007 closed 3 months ago

jupiter007 commented 3 months ago

Ticket: #19

  1. Added /login and /signup placeholder pages to test that I could get access token from the backend and save the access token in a cookie
  2. Added initial middleware to verify access token to check if user is authenticated
  3. Added unit tests and jest configurations for the tests