-
Notifications
You must be signed in to change notification settings - Fork 440
docs: add browser redirects configuration step and missing custom component instructions for Next.js quickstarts #2383
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
base: master
Are you sure you want to change the base?
Conversation
unatasha8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of edits, otherwise LGTM!
| /> | ||
|
|
||
| 5. Create a new folder named `app` in the root of your project. Inside the `app` folder, create a new folder named `auth`. Inside | ||
| 5. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 5. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect | |
| 5. Configure browser redirects in Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
| /> | ||
|
|
||
| 4. Create a new folder named `pages` in the root of your project. Inside the `pages` folder, create a new folder named `auth`. | ||
| 4. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 4. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect | |
| 4. Configure browser redirects in Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
| /> | ||
|
|
||
| 5. Create a new folder named `app` in the root of your project. Inside the `app` folder, create a new folder named `auth`. Inside | ||
| 5. Configure browser redirects in your Ory Console. Navigate to **Branding** > **Browser redirects** and set the **Global redirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have the <ConsoleLink /> component for links to Console.
…ctions for Next.js integration
98e152a to
f54f425
Compare
Related Issue or Design Document
This PR introduces fixes and missing steps to the Next.js quickstart guide:
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments