Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devise Login Microservice #54

Open
XanderHendry opened this issue Feb 21, 2024 · 0 comments
Open

Devise Login Microservice #54

XanderHendry opened this issue Feb 21, 2024 · 0 comments
Labels
enhancement Request for improvement

Comments

@XanderHendry
Copy link
Collaborator

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)

@XanderHendry XanderHendry added the enhancement Request for improvement label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for improvement
Projects
None yet
Development

No branches or pull requests

1 participant