CDLUC3 / dmsp_backend_prototype

The GraphQL (Apollo server) backend for the new DMSP system
0 stars 0 forks source link

Set up some basic authentication handling with JWT #31

Open jupiter007 opened 1 month ago

jupiter007 commented 1 month ago

We want to set up a simple "username, password" authentication initially with JWT. This will allow us to test some basic authentication and to set up some infrastructure for it.

jupiter007 commented 1 month ago

I added some initial code to help us run some initial tests and think about infrastructure:

https://github.com/CDLUC3/dmsp_backend_prototype/tree/feature/simple-authentication