Skip to content

Commit

Permalink
fix: improve setup introduction and link to custom integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod committed Mar 28, 2024
1 parent d0b9128 commit 3ca629b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/05-concepts/10-authentication/01-setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Setup

Serverpod comes with built-in user management and authentication. The recommended way to authenticate users is to use the `serverpod_auth` module. The module makes it easy to authenticate with email or social sign-ins. It is also possible to build a custom authentication integration but that is an advanced use case and won't be necessary for most implementations. Currently supported is Signing in with email, Google, Apple, and Firebase. Future versions of the authentication module will include more options. If you write another authentication module, please consider [contributing](/contribute) your code.
Serverpod comes with built-in user management and authentication. It is possible to build a [custom authentication integration](custom-integration), but the recommended way to authenticate users is to use the `serverpod_auth` module. The module makes it easy to authenticate with email or social sign-ins and currently supports signing in with email, Google, Apple, and Firebase.

Future versions of the authentication module will include more options. If you write another authentication module, please consider [contributing](/contribute) your code.

![Sign-in with Serverpod](https://github.com/serverpod/serverpod/raw/main/misc/images/sign-in.png)

Expand Down

0 comments on commit 3ca629b

Please sign in to comment.