Am I right in believing that the uname is not set in the session?
https://github.com/ory/hydra/blob/master/oauth2/consent_strategy.go#L93
I wanted to make use of it:
uname: You can set an arbitrary, non-unique username which will be echoed in the token introspection. (optional)
Am I right in believing that the uname is not set in the session?
https://github.com/ory/hydra/blob/master/oauth2/consent_strategy.go#L93
I wanted to make use of it: