Skip to content

Commit 7cf0f51

Browse files
(DOCSP-39526): Consolidate Authenticate Users page (#3281)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-39526 *Staged Page* - [Authenticate Users](https://preview-mongodbdacharyc.gatsbyjs.io/realm/DOCSP-39526/sdk/users/authenticate-users/) - [Manage User Tokens](https://preview-mongodbdacharyc.gatsbyjs.io/realm/DOCSP-39526/sdk/users/manage-user-tokens/): New page that moves the user access token info off the "Authenticate" page. This is currently [a separate page in Flutter](https://www.mongodb.com/docs/atlas/device-sdks/sdk/flutter/users/access-token/). As devs shouldn't have to handle this manually for most use cases, _and_ the OTP is getting super long, I thought it made sense to move the info off to a separate page. *Page Source* Add links to every SDK's pages where you got the SDK-specific information: - [C++: Authenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/cpp/users/authenticate-users/) - [Flutter: Authenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/flutter/users/authenticate/) - [Flutter: Get an Access Token](https://www.mongodb.com/docs/atlas/device-sdks/sdk/flutter/users/access-token/) - [Java: Authenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/java/users/authenticate-users/) - [Kotlin: Autenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/users/authenticate-users/) - [.NET: Authenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/dotnet/manage-users/authenticate/) - [Node.js: Authenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/node/users/authenticate-users/) - [Swift: Authenticate Users](https://www.mongodb.com/docs/atlas/device-sdks/sdk/swift/users/authenticate-users/) ### PR Author Checklist Before requesting a review for your PR, please check these items: - [x] Open the PR against the `feature-consolidated-sdk-docs` branch instead of `master` - [x] Tag the consolidated page for: - genre - meta.keywords - meta.description #### Naming - [x] Update Realm naming and the language around persistence layer/local/device per [this document](https://docs.google.com/document/d/126OczVxBWAwZ4P5ZsSM29WI3REvONEr1ald-mAwPtyQ/edit?usp=sharing) - [x] Include `.rst` files comply with [the naming guidelines](https://docs.google.com/document/d/1h8cr66zoEVeXytVfvDxlCSsUS5IZwvUQvfSCEXNMpek/edit#heading=h.ulh8b5f2hu9) #### Links and Refs - [x] Create new consolidated SDK ref targets starting with "_sdks-" for relevant sections - [x] Remove or update any SDK-specific refs to use the new consolidated SDK ref targets - [x] [Update any Kotlin API links](https://jira.mongodb.org/browse/DOCSP-32519) to use the new Kotlin SDK roles #### Content - [x] Shared code boxes have snippets or placeholders for all 9 languages - [x] API description sections have API details or a generic placeholder for all 9 languages - [x] Check related pages for relevant content to include - [x] Create a ticket for missing examples in each relevant SDK: Consolidation Gaps epic ### Reviewer Checklist As a reviewer, please check these items: - [ ] Shared code example boxes contain language-specific snippets or placeholders for every language - [ ] API reference details contain working API reference links or generic content - [ ] Realm naming/language has been updated - [ ] All relevant content from individual SDK pages is present on the consolidated page --------- Co-authored-by: Kyle Rollins <[email protected]>
1 parent c33fc22 commit 7cf0f51

File tree

97 files changed

+2539
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2539
-38
lines changed

.github/workflows/bluehawk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 15.x
13+
node-version: 18.x
1414
- run: npx bluehawk check -i "*.md" -i "*.properties" -i "*.lock" examples tutorial
Lines changed: 1 addition & 0 deletions
Lines changed: 8 additions & 0 deletions
Lines changed: 14 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 23 additions & 0 deletions

0 commit comments

Comments
 (0)