```.acceptLoginRequest(challenge, { subject:...
# talk-hydra
f
Copy code
.acceptLoginRequest(challenge, {
      subject: '<mailto:foo@bar.com|foo@bar.com>', 
      // can custom claims be supported here?
      remember: Boolean(req.body.remember),
      remember_for: 3600
    })
nm.. I see it is in the consent response
f
You can use the Context to pass data between the Login & Consent
And then in the consent you can put whatever you want in either the access_token or id_token