-
Notifications
You must be signed in to change notification settings - Fork 69
[Update] Oauth section update #192
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
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.
Had a few suggestions, but this looks good 👍
openapi.yaml
Outdated
presented the scope levels the application is requesting. Once the User | ||
accepts the request for access, we redirect them back to the application's | ||
specified redirect URI with an access code. | ||
Before you begin, you need to [Create an OAuth Client](https://developers.linode.com/api/v4/account-oauth-clients/#post). |
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.
Might also consider https://cloud.linode.com/profile/clients
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.
changed to include both options
Various typo fixes and copy edits Added more definitions for public vs private clients Added H3 subsection headers: - OAuth Workflow - OAuth Private Workflow - Additional Details
…docs into oauth-docs-refresh
…ode-api-docs into oauth-docs-refresh
* Release 1.0.30 (linode#190) * Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Update api.html * Update api.html * Update api.html
* Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Point Create Account button at login.linode.com (linode#191) * Point Create Account button at login.linode.com * Go directly to signup path * Release 1.0.30: Use iframe to host ReDoc docs (linode#192) * Release 1.0.30 (linode#190) * Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Update api.html * Update api.html * Update api.html * Testing iframe + base + allow X-Frame (linode#198) * Fix iframe links (linode#199) * Testing iframe + base + allow X-Frame * Try _blank * Reset env to develop for testing; remove <base> (linode#200) * Remove base element (linode#201) * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205) * Add changelog for API 4.0.16 (linode#203) * Still have to set this manually until dynamic version is merged (linode#207) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update changelog dates (linode#210) * Update changelog dates (linode#211) * Update changelog dates * Display dates updated * Update development (linode#214) * Release-1.0.31 (linode#208) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update release dates * Changlog date updates * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205) * Manager changelog 0.50.0 (linode#215) * Add manager 0.50.0 changelog entry * Copy edit * Added API Changelog for version 4.0.18 * remove highlighting
Updated the OAuth section to include: