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

blog: Authenticate users in Next.js with Auth.js #325

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion data/blog/2024-03-26-tweet-scheduler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ When prompted, choose:
- `Yes` when prompted to use App Router.
- `No` when prompted to customize the default import alias (`@/*`).

Once that is done, move into the project directory and start the app in developement mode by executing the following command:
Once that is done, move into the project directory and start the app in development mode by executing the following command:

```bash
cd schedule-qstash-queue-upstash
Expand Down
2 changes: 1 addition & 1 deletion data/blog/2024-05-06-sse-streaming-llm-responses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ When prompted, choose:
- `Yes` when prompted to use App Router.
- `No` when prompted to customize the default import alias (`@/*`).

Once that is done, move into the project directory and start the app in developement mode by executing the following command:
Once that is done, move into the project directory and start the app in development mode by executing the following command:

```bash
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion data/blog/2024-05-22-expo-cf-smartphone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Let’s get started by creating a new Expo project. Open your terminal and run t
npx create-expo-app@latest my-app
```

Once that is done, move into the project directory and start the app in developement mode by executing the following command:
Once that is done, move into the project directory and start the app in development mode by executing the following command:

```bash
cd my-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ When prompted, choose:
- `Yes` when prompted to use App Router.
- `No` when prompted to customize the default import alias (`@/*`).

Once that is done, move into the project directory and start the app in developement mode by executing the following command:
Once that is done, move into the project directory and start the app in development mode by executing the following command:

```bash
cd my-app
Expand Down
2 changes: 1 addition & 1 deletion data/blog/2024-10-11-scheduled-transcriber.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ When prompted, choose:
- `Yes` when prompted to use App Router.
- `No` when prompted to customize the default import alias (`@/*`).

Once that is done, move into the project directory and start the app in developement mode by executing the following command:
Once that is done, move into the project directory and start the app in development mode by executing the following command:

```bash
cd my-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ When prompted, choose:
- `No` when prompted to use Turbopack.
- `No` when prompted to customize the default import alias (`@/*`).

Once that is done, move into the project directory and start the app in developement mode by executing the following command:
Once that is done, move into the project directory and start the app in development mode by executing the following command:

```bash
cd my-app
Expand Down
Loading