CDLUC3 / dmsp_backend_prototype

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

Setup Authorization logic #3

Open briri opened 3 months ago

briri commented 3 months ago

Once the authentication logic is working, we need to incorporate authorization logic.

See: https://www.apollographql.com/docs/apollo-server/security/authentication

We will need several levels:

We should also:

Additional logic will need to be added as we add new parts to the system (e.g. guidance groups, templates, etc.)

briri commented 1 month ago