I found `oauth2_authentication_request` have subj...
# talk-hydra
h
I found
oauth2_authentication_request
have subject column, that contains value related to data I sent via API. sometimes blank, sometime have value. Could you please explain for How it work?
l
Sometimes user already has an authenticated session and this saved subject will allow you to do the “remember me” auto-login flow.
h
Thanks :)