CDLUC3 / dmsp_backend_prototype

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

Build out User resolver and schema #10

Open briri opened 3 months ago

briri commented 3 months ago

Setup logic to take a JWT and turn it into a User object that can be persisted int the RDS. We will only need to store some elements in the RDS.

Build the users table in RDS and the corresponding scaffolding (Model, Controller, Policy).

Define a roles enum that has 'user', 'admin', 'super'.

Refer to the https://github.com/CDLUC3/dmsp_aws_prototype/issues/79 on the dmsp_aws_prototype repo.

Build RSpec tests!