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

Updated microsoft login dead link #738

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/database/sitemap-database.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions src/docs/patterns/user-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ The majority of the joining-an-organization screens are the same regardless of t

{/* prettier-ignore */}
{/*
* An NFC login might either be documented here, or wait until we start adding in device registery / discovery pattern
*/}

- An NFC login might either be documented here, or wait until we start adding in device registery / discovery pattern
\*/}

Logging in can usually be accomplished in one of two ways: basic login or login via a third-party.

Expand Down Expand Up @@ -223,7 +224,7 @@ Some applications, especially consumer-facing ones, can be authorized via third-
- [Google Sign-in](https://developers.google.com/identity/sign-in/web/sign-in)
- [Sign in with Apple](https://developer.apple.com/sign-in-with-apple)
- [Facebook Login](http://developers.facebook.com/docs/facebook-login/)
- [Sign in with Microsoft](https://developer.microsoft.com/en-us/identity/add-sign-in-with-microsoft)
- [Sign in with Microsoft](https://developer.microsoft.com/en-us/identity)

## Forgot / Change Password

Expand Down
Loading