-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: Add product docs page for Auth Tokens #7834
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Quite a few comments from me (sorry!) but overall this looks GREAT and will be super helpful for users.
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.
Why are we blurring this out instead of just using demo data?
You can clearly see the org name 'demo' in the breadcrumbs lol
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.
This shows the email adress ([email protected]), which is why I blurred it 😅
Co-authored-by: Shana Matthews <[email protected]>
Co-authored-by: Shana Matthews <[email protected]>
This adds a product docs page "Auth Tokens" with some general guidance for auth tokens, which types there are, and when to use which.
For Internal Integrations there is already a bunch written up under /api, which I just mostly linked to. I don't think it makes sense to duplicate this, and it makes sense to have it under /api as they are only really relevant for API access now.
Closes #7823
You can find the new page under Product Docs > Account Management > Auth Tokens