I'm using X-Session-Token headless authentication, but I'd like to add some extra parameter to the meta in the session (is_hijacked, to allow hijacking user sessions by super users - And yes, this is communicated with our users ;) ). Now I do this by a middleware that adds it, but it feels that this should be something that the Adapter should support. What is your opinion on this?
I'm using X-Session-Token headless authentication, but I'd like to add some extra parameter to the meta in the session (is_hijacked, to allow hijacking user sessions by super users - And yes, this is communicated with our users ;) ). Now I do this by a middleware that adds it, but it feels that this should be something that the Adapter should support. What is your opinion on this?