Closed robzienert closed 1 year ago
hahaha
So, I started looking at this, but got lost pretty quickly in the Ratpack API. It seems like the API doesn't expose access to the Cookies at the point were you write/read data from the session. I think it can be made available via the Guice injection, I just need to try a couple things with it first.
Yeah, the API can get hairy pretty quickly.
It looks like
ratpack-session
only supports an in-memory session storage right now. Create a new storage backend that uses either cookies or PostgreSQL that we can use as a drop-in replacement (SessionStorage
interface is what is used inratpack-pac4j
and elsewhere in the app)