CDLUC3 / dmsp_rails_prototype

Prototype DMSP Rails7 API app
0 stars 0 forks source link

Create authentication service #10

Closed briri closed 6 months ago

briri commented 7 months ago

Create an abstract authentication_contoller.rb class the works with some new services/authentication/ classes. We will need to build abstract code and token classes. Then create Cognito specific versions of those classes that we will use.

Convert the existing tokens_controller.rb so that it works with this new architecture.

We may need to build tables to store tokens/sessions.

Need to work with UI to determine how best to inform the frontend about:

Related to issue CDLUC3/dmsp_frontend_prototype#15 and issues dmsp_ui_prototype repo issues #4 and #5

briri commented 6 months ago

Since we do not