Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add "first steps" page and reduce h3 spacing #703

Merged
merged 17 commits into from
Nov 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
call it NextAuth
Co-authored-by: Ayanava Karmakar <[email protected]>
  • Loading branch information
c-ehrlich and AyanavaKarmakar committed Nov 8, 2022
commit 7aac7e50eb2537240c5e271ad9b03f8dd65d9bd2
2 changes: 1 addition & 1 deletion www/src/pages/en/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If your app includes Prisma, make sure to run `npx prisma db push` from the root

## Authentication

If your app includes Next-Auth, we get you started with the `DiscordProvider`. This is one of the simplest providers that Next-Auth offers, but it still requires a bit of initial setup on your part.
If your app includes NextAuth, we get you started with the `DiscordProvider`. This is one of the simplest providers that NextAuth offers, but it still requires a bit of initial setup on your part.
c-ehrlich marked this conversation as resolved.
Show resolved Hide resolved

Of course if you prefer to use a different auth provider, you can also use one of the [many providers](https://next-auth.js.org/providers/) that Next-Auth offers.
c-ehrlich marked this conversation as resolved.
Show resolved Hide resolved

Expand Down