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
Snowflake - https://docs.snowflake.com/en/user-guide/oauth-custom
As these are required for our implementation of OAuth I'll need to create custom strategies for these.
This shouldn't be too bad it'll just hit the respective endpoints for OAuth, generate the redirect URL and redirect the user. Then handle the passport.js authorize funciton
Passport.js currently doesn't support:
As these are required for our implementation of OAuth I'll need to create custom strategies for these.
This shouldn't be too bad it'll just hit the respective endpoints for OAuth, generate the redirect URL and redirect the user. Then handle the passport.js authorize funciton
ref #603 and PR #611
The text was updated successfully, but these errors were encountered: