You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a micro-service for user authorization, built using devise.
This service will store 2 tables in it's database, clients and users
Clients (aka the website using the log in service)
Clients will have many Users
A client will have static credentials, and users will have a JWT that is revoked after a set amount of time passes without a request to refresh the JWT.
The gem 'devise_api' should have all the functionality we need for this.
once created we will need to pass requests between the fe an be apps through the micro-service first (this can all be handled on the be)
The text was updated successfully, but these errors were encountered:
Create a micro-service for user authorization, built using devise.
This service will store 2 tables in it's database, clients and users
Clients (aka the website using the log in service)
Clients will have many Users
A client will have static credentials, and users will have a JWT that is revoked after a set amount of time passes without a request to refresh the JWT.
The gem 'devise_api' should have all the functionality we need for this.
once created we will need to pass requests between the fe an be apps through the micro-service first (this can all be handled on the be)
The text was updated successfully, but these errors were encountered: