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
I'm not sure what you mean about the refresh token but you can adjust the user profile and do any additional user processing you want with the getUser config you mentioned. Here is a quick sample to add a custom property to the profile on login:
Thank you for the great package.
How to use the getuser in the auth and refresh token . Please guide on this.
We tried this, but not working
app.use(auth({ getUser: (tokenSet) => {
console.log(tokenSet);
},
authorizationParams: { scope: "openid profile full", response_type: "code" }
}));
The text was updated successfully, but these errors were encountered: