The problem faced currently?
Currently we only support authentication via JWT. We should add support for Kratos.
How can we solve it?
- Write a middleware to forward cookie and
x-session-token to Kratos if SC was started with the kratos.enabled flag.
- Store the entire session value dump in the
Claims field of RequestAuthentication object.
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you.
👍