### The problem faced currently? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> Currently we only support authentication via JWT. We should add support for Kratos. ### How can we solve it? <!-- Provide a clear and concise description of what you want to happen. For example, "I'm always frustrated when..." --> - 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. >👍