okta / samples-nodejs-express-4

Express 4 samples. Will publish an artifact that can be consumed by end-to-end sample repos
Other
120 stars 117 forks source link

statetoken is there in response #129

Open 703292813 opened 1 year ago

703292813 commented 1 year ago

I see the state token but where i can see the access token or bearer token ?

denysoblohin-okta commented 1 year ago

Tokens should be set in req.userContext.tokens. What tokens do you see in this object?