Skip to content

Commit

Permalink
Resolve (docs) "Fixed Broken 404 Page Lucia Auth Tutorials for Next.j…
Browse files Browse the repository at this point in the history
…s" (#1436)
  • Loading branch information
permanar authored Feb 14, 2024
1 parent cc363e4 commit 20140cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/pages/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ Explore our tutorials for implementing Lucia Auth with GitHub OAuth or tradition
Learn to set up GitHub OAuth, handle authentication, and manage user sessions.

- [Astro](/tutorials/github-oauth/astro)
- [SvelteKit](/tutorials/github-oauth/sveltekit)
- [Next.js App router](/tutorials/github-oauth/nextjs-app)
- [Next.js Pages router](/tutorials/github-oauth/nextjs-pages)
- [Nuxt](/tutorials/github-oauth/nuxt)
- [Next.js](/tutorials/github-oauth/nextjs)
- [SvelteKit](/tutorials/github-oauth/sveltekit)

## Username and Password

Understand how to implement a secure username and password authentication system.

- [Astro](/tutorials/username-and-password/astro)
- [SvelteKit](/tutorials/username-and-password/sveltekit)
- [Next.js App router](/tutorials/username-and-password/nextjs-app)
- [Next.js Pages router](/tutorials/username-and-password/nextjs-pages)
- [Nuxt](/tutorials/username-and-password/nuxt)
- [Next.js](/tutorials/username-and-password/nextjs)
- [SvelteKit](/tutorials/username-and-password/sveltekit)

0 comments on commit 20140cd

Please sign in to comment.