Back to Wasp

Override Intro

web/versioned_docs/version-0.11.8/auth/social-auth/_override-intro.md

0.23.0385 B
Original Source

Wasp lets you override the default behavior. You can create custom setups, such as allowing users to define a custom username rather instead of getting a randomly generated one.

There are two mechanisms (functions) used for overriding the default behavior:

  • getUserFieldsFn
  • configFn

Let's explore them in more detail.

<!-- This snippet is used in google.md and github.md -->