Skip to content

Commit

Permalink
docs: update examples url (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocadev authored Jan 27, 2024
1 parent 72ecffb commit 83b76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/tutorials/username-and-password/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Tutorial: Username and password"

# Tutorial: Username and password auth

The tutorials go over how to implement a basic username and password auth and cover the basics of Lucia along the way. As a prerequisite, you should be fairly comfortable with your framework and its APIs. For a more in-depth guide, see the [Email and password](/guides/email-and-password/) guides. Basic example projects are available in the [examples repository](https://github.com/lucia-auth/examples/tree/v3).
The tutorials go over how to implement a basic username and password auth and cover the basics of Lucia along the way. As a prerequisite, you should be fairly comfortable with your framework and its APIs. For a more in-depth guide, see the [Email and password](/guides/email-and-password/) guides. Basic example projects are available in the [examples repository](https://github.com/lucia-auth/examples).

- [Astro](/tutorials/username-and-password/astro)
- [Next.js App router](/tutorials/username-and-password/nextjs-app)
Expand Down

0 comments on commit 83b76e7

Please sign in to comment.