authorizer
authorizer copied to clipboard
Question about sessions
Hello everyone, I'm new to this project and I wanted to understand if it's possible to use Authorizer as a service for issuing "static" tokens without generating a session (not even the in-memory one). My application internally handles cookie issuance and server-side session management, and I would like it to be the only point of reference.
@gandaldf that scenario is not possible at the moment. However would like to understand the deeper use case of it
Thanks