Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/routes/docs/products/auth/accounts/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Each user's account can also have their own preference object, which you can use
You can signup and login a user with an account create through
[email password](/docs/products/auth/email-password),
[phone (SMS)](/docs/products/auth/phone-sms),
[Anonymous](/docs/products/auth/anonymous)
[Anonymous](/docs/products/auth/anonymous),
[magic URL](/docs/products/auth/magic-url), and
[OAuth 2](/docs/products/auth/oauth2)
authentication.
authentication.

# Preferences {% #preferences %}

Expand Down Expand Up @@ -185,4 +185,4 @@ individual users using the `Role.user(<USER_ID>, <STATUS>)` role.



[Learn more about permissions {% icon icon="cheveron-right" /%}](/docs/advanced/platform/permissions)
[Learn more about permissions {% icon icon="cheveron-right" /%}](/docs/advanced/platform/permissions)