mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-25 23:37:46 +03:00
11 lines
310 B
Markdown
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 -->
|