-
Notifications
You must be signed in to change notification settings - Fork 156
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
Plans about this project? #16
Comments
Is it possible to make it statless and return JWT to the client? I am currently working on my own "Spring Cloud + OAuth2" microservices POC and I try to create auth service which will produce JWT to the client, without storing it at all. |
To be honest I do not have any roadmap or plan for this project. The only feature I recently listed is about reducing number of redirection (see #9). I didn't think that project will be so popular when I created it. Every features you listed are really good. I think stateless and federate login can be a great addition but when I write that comment I have no precise idea to how achieve it, but I think is possible just need some time. About token externalization on dedicated store looks like more simple from my point of view. What you can do, is firstly create dedicated issue for each idea. I can't promise that I will resolve every for a given date but I can start working on it and maybe someone else can also contribute on it. I'm using such variant of this implementation on my own project and for example federate login is something that I already wanted to implement. |
Thank you and I think that's good enough. After all that's what open source is about right? :-) I will close this issue and create separate issues for each item on the list as per your suggestion. It'd be easier to get contributors and track progress. (@xxlabaza thanks for the support, please track the new tickets!) |
Hi @kakawait, first of all congrats on this poc, I think it's a very useful example. I'd like to know how much more you are planning to add to this project? And what do you want to add?
If you are looking for ideas, I can suggest looking into;
The text was updated successfully, but these errors were encountered: