jaredhanson / passport-google-openidconnect

Google authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-google-oidc/?utm_source=github&utm_medium=referral&utm_campaign=passport-google-oidc&utm_content=about
MIT License
14 stars 1 forks source link

Storing Referrer across signup #5

Open jf-t opened 1 year ago

jf-t commented 1 year ago

Hi

This is less of an 'issue' per say, but more of a question.

We need to track the site referrer of a user who then continues with a Google signup. I am not quite sure the native way to do this using this system so far, as we would need to pass a variable that will be caught within the handler for the success route for OAuth. Is there any way to do this?