Skip to content

Instantly share code, notes, and snippets.

@fl0wo
Created December 12, 2022 17:40
Show Gist options
  • Save fl0wo/7fdc40fcd421604af7f6b61123f179f1 to your computer and use it in GitHub Desktop.
Save fl0wo/7fdc40fcd421604af7f6b61123f179f1 to your computer and use it in GitHub Desktop.
StytchLoginConfig
const config:StytchLoginConfig = {
products: [
Products.oauth
],
oauthOptions:{
providers:[
{
type: OAuthProviders.Google,
one_tap:true,
position:OneTapPositions.embedded
}
],
loginRedirectURL: environment.REDIRECT_LOGIN_OAUTH,
signupRedirectURL: environment.REDIRECT_SIGNIN_OAUTH
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment