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

(/quickstarts/nextjs) Mention use of Account Portal #1533

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

alexisintech
Copy link
Member

@alexisintech alexisintech commented Sep 12, 2024

Important

🔎 Previews:

Explanation:

User feedback ticket reads:

Wondering about the hosted experiences (sign up, sign in etc?) and how that may be used - or even where to find that info within these docs.

This PR:

  • Adds information about the SignInButton component linking to the Account Portal, and adds a reference link to the AP
  • Updates Dashboard navigation instructions
  • Updates "Create your first user" instructions to include instructions on running the project

Copy link

Hey, here’s your docs preview: https://clerk.com/docs/pr/1533

@@ -102,7 +102,7 @@ description: Add authentication and user management to your Next.js app with Cle
- [`<SignedIn>`](/docs/components/control/signed-in): Children of this component can only be seen while **signed in**.
- [`<SignedOut>`](/docs/components/control/signed-out): Children of this component can only be seen while **signed out**.
- [`<UserButton />`](/docs/components/user/user-button): A prebuilt component that comes styled out of the box to show the avatar from the account the user is signed in with.
- [`<SignInButton />`](/docs/components/unstyled/sign-in-button): An unstyled component that links to the sign-in page or displays the sign-in modal.
- [`<SignInButton />`](/docs/components/unstyled/sign-in-button): An unstyled component that links to the sign-in page. For this example, it links to the [Account Portal sign-in page.](/docs/customization/account-portal/overview)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe say something among the lines of:
Since we have not specified any props or env variables for the sign in url, you will automatically be redirected to AP.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done! 43b3584

@alexisintech alexisintech merged commit 795dcda into main Sep 16, 2024
3 checks passed
@alexisintech alexisintech deleted the aa/DOCS-9078 branch September 16, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants