Skip to content

Commit

Permalink
fixes broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jul 22, 2024
1 parent 16e66a9 commit 4d67e37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v2/emailpassword/nextjs/app-directory/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx create-supertokens-app@latest --frontend=next --recipe=^{codeImportRecipeNam

Integrating SuperTokens with a Next.js app involves:
- Calling the frontend and backend init functions
- Building the various auth flows as per the [custom UI setup guide](../custom-ui/init/frontend).
- Building the various auth flows as per the [custom UI setup guide](../../custom-ui/init/frontend).
- Creating a serverless function to expose the auth related APIs which will be consumed by the frontend widgets (on `/api/auth/` by default)
- Protecting website routes: Displaying them only when a user is logged in, else redirecting them to the login page
- Performing session verification:
Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/nextjs/app-directory/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx create-supertokens-app@latest --frontend=next --recipe=^{codeImportRecipeNam

Integrating SuperTokens with a Next.js app involves:
- Calling the frontend and backend init functions
- Building the various auth flows as per the [custom UI setup guide](../custom-ui/init/frontend).
- Building the various auth flows as per the [custom UI setup guide](../../custom-ui/init/frontend).
- Creating a serverless function to expose the auth related APIs which will be consumed by the frontend widgets (on `/api/auth/` by default)
- Protecting website routes: Displaying them only when a user is logged in, else redirecting them to the login page
- Performing session verification:
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdparty/nextjs/app-directory/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx create-supertokens-app@latest --frontend=next --recipe=^{codeImportRecipeNam

Integrating SuperTokens with a Next.js app involves:
- Calling the frontend and backend init functions
- Building the various auth flows as per the [custom UI setup guide](../custom-ui/init/frontend).
- Building the various auth flows as per the [custom UI setup guide](../../custom-ui/init/frontend).
- Creating a serverless function to expose the auth related APIs which will be consumed by the frontend widgets (on `/api/auth/` by default)
- Protecting website routes: Displaying them only when a user is logged in, else redirecting them to the login page
- Performing session verification:
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartyemailpassword/nextjs/app-directory/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx create-supertokens-app@latest --frontend=next --recipe=^{codeImportRecipeNam

Integrating SuperTokens with a Next.js app involves:
- Calling the frontend and backend init functions
- Building the various auth flows as per the [custom UI setup guide](../custom-ui/init/frontend).
- Building the various auth flows as per the [custom UI setup guide](../../custom-ui/init/frontend).
- Creating a serverless function to expose the auth related APIs which will be consumed by the frontend widgets (on `/api/auth/` by default)
- Protecting website routes: Displaying them only when a user is logged in, else redirecting them to the login page
- Performing session verification:
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/nextjs/app-directory/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx create-supertokens-app@latest --frontend=next --recipe=^{codeImportRecipeNam

Integrating SuperTokens with a Next.js app involves:
- Calling the frontend and backend init functions
- Building the various auth flows as per the [custom UI setup guide](../custom-ui/init/frontend).
- Building the various auth flows as per the [custom UI setup guide](../../custom-ui/init/frontend).
- Creating a serverless function to expose the auth related APIs which will be consumed by the frontend widgets (on `/api/auth/` by default)
- Protecting website routes: Displaying them only when a user is logged in, else redirecting them to the login page
- Performing session verification:
Expand Down

0 comments on commit 4d67e37

Please sign in to comment.