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 am currently using Google OAuth (via Passport and passport-google-oauth) to authenticate people to an application. This is working as expected - no issues with that part.
What I would like to do is then layer a RememberMe token on top of the OAuth so that for 30 days after you authenticate you don't need to authenticate again to Google.
How can I combine this package with passport-google-oauth to get that effect? Can I have multiple passport.authenticate() calls where the RememberMe one eliminates the need to call out to Google?
The text was updated successfully, but these errors were encountered:
I am currently using Google OAuth (via Passport and passport-google-oauth) to authenticate people to an application. This is working as expected - no issues with that part.
What I would like to do is then layer a RememberMe token on top of the OAuth so that for 30 days after you authenticate you don't need to authenticate again to Google.
How can I combine this package with passport-google-oauth to get that effect? Can I have multiple
passport.authenticate()
calls where the RememberMe one eliminates the need to call out to Google?The text was updated successfully, but these errors were encountered: