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

Distributed Session Using Redis #69

Open
sachin-walia opened this issue Mar 17, 2018 · 1 comment
Open

Distributed Session Using Redis #69

sachin-walia opened this issue Mar 17, 2018 · 1 comment

Comments

@sachin-walia
Copy link

I came across your website and it is extremely helpful. I have been building microservices using Spring Boot for long time and when I came across your website discovered that Spring is so bloated and one could same functionality by just using Undertow. Thanks for taking the effort and being an unofficial evangelist :)

I'd like to request for an example of how to implement distributed session using Redis if someone plans to use Undertow for building stateful services (more like website)

@billoneil
Copy link
Contributor

Thanks for taking a look at the project. I plan on getting to authentication at some point but I'm not sure when.

Take a look at undertow-pac4j which has a bunch of auth mechanisms for undertow. The simplest would be form based and you could have the hook to check for valid sessions hit Redis. Hope that helps short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants