You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a token source and pass it to AfterParseFunc. Token source can be cookie or header. This is useful if you need to do extra work on a certain type of token source versus another.
Add ability to set the encoded refresh token on the context with the option RefreshToken.ContextKeyEncoded. Defaults to refresh_token_encoded.
Also changes the signature of AfterParseFunc to accept the encoded token.