Skip to content

Commit

Permalink
Alphabetize auth docs providers. (#34281)
Browse files Browse the repository at this point in the history
Follow up from #33029, to prevent bias in ordering.
  • Loading branch information
leerob committed Feb 13, 2022
1 parent ca8530f commit 4f5b062
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/authentication.md
Expand Up @@ -133,15 +133,15 @@ To see examples with other authentication providers, check out the [examples fol
<details open>
<summary><b>Examples</b></summary>
<ul>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-firebase-authentication">with-firebase-authentication</a></li>
<li><a href="https://github.com/vercel/examples/tree/main/solutions/auth-with-ory">auth-with-ory</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-magic">with-magic</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/auth0">auth0</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-supabase-auth-realtime-db">with-supabase-auth-realtime-db</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-userbase">with-userbase</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-supertokens">with-supertokens</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-nhost-auth-realtime-graphql">with-nhost-auth-realtime-graphql</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-clerk">with-clerk</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/auth0">Auth0</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-clerk">Clerk</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-firebase-authentication">Firebase</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-magic">Magic</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-nhost-auth-realtime-graphql">Nhost</a></li>
<li><a href="https://github.com/vercel/examples/tree/main/solutions/auth-with-ory">Ory</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-supabase-auth-realtime-db">Supabase</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-supertokens">Supertokens</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-userbase">Userbase</a></li>
</ul>
</details>

Expand Down

0 comments on commit 4f5b062

Please sign in to comment.