Any way to manipulate yada.security/verify ctx?

I’ve a yada.security/verify multimethod implementation that checks and verifies JWT auth token from a session cookie. The multimethod accepts ctx and the auth scheme parameters. I would like to manipulate the ctx to set a new session cookie with a new token. But I guess that’s not the correct way to do it.

I feel like I would need something like an “around filter”. Are there any yada gurus willing to help me out on this? Thanks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.