CDLUC3 / dmsp_rails_prototype

Prototype DMSP Rails7 API app
0 stars 0 forks source link

Create authentication service #11

Closed briri closed 5 months ago

briri commented 6 months ago

Use the authentication-zero gem to create an authentication service. Since we do not need all of the views and overhead that Devise pulls into an app, we can build a lighter-weight and more transparent auth service.

Use cases for auth are:

briri commented 5 months ago

closing this one since we are not going to use rails as our backend. New corresponding tickets will be opened in each of the 3 new repositories