wasp/web/docs/auth/social-auth/_api-reference-intro.md
2024-04-18 17:48:19 +02:00

310 B

Provider-specific behavior comes down to implementing two functions.

  • configFn
  • userSignupFields

The reference shows how to define both.

For behavior common to all providers, check the general API Reference.