Guys, you’ve probably encountered ‘authenticate(“auth-session”)’
I have plugins like in the documentation, the session is recorded in a file
and when try to switch to a router that is wrapped in ‘authenticate(“auth-session”)’ outputs the following and gets into the
challenge instead of
validating the session properly, and i don t understand why?
I set the session like
this: call.sessions.set(UserSession(id = sub, name = name))
and it is recorded in my files of norms