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

11 lines
310 B
Markdown

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](/auth/overview.md#api-reference).
<!-- This snippet is used in google.md and github.md -->