I am using passport-openidconnect strategy which works well but the expiration of the session is short 3600 seconds and I don't think its changeable.
Would I use the refresh token to get another token id?
If I do where would I add that logic in something like this? https://github.com/passport/express-4.x-openidconnect-example/blob/master/server.js
from Refreshing JWT token in Passportjs
No comments:
Post a Comment