CDLUC3 / dmsp_frontend_prototype

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

Add access token to GraphQL calls as "Authorization: Bearer <access token>" #55

Open jupiter007 opened 3 weeks ago

jupiter007 commented 3 weeks ago

Update Apollo Client creation code to include a 'authLink' that will always add the JWT token to GRAPHQL calls?

mariapraetzellis commented 2 weeks ago

@jupiter007 is working on updates to the middleware to handle the authentication & will add unit tests.