Skip to content

Commit 45d7e34

Browse files
authored
docs(fix): dead links to example local-provider-project (#460)
1 parent e505f75 commit 45d7e34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/v0.6/1.getting-started/3.quick-start.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ The local provider does not require any additional steps, as it relies on an alr
6666
So when you call the `signIn` method, the endpoint `/api/auth/login` will be hit with the `username` and `password` you pass as a body-payload. You likely have to modify these parameters to fit to your backend - you can adjust these parameters in your `nuxt.config.ts` using the options [specified here](/nuxt-auth/v0.6/configuration/nuxt-config).
6767

6868
Note: The backend can also be in the same Nuxt 3 application, e.g., have a look at this example in the `nuxt-auth` repository:
69-
- [backend-implementation](https://github.com/sidebase/nuxt-auth/v0.6/tree/main/examples/local/server/api/auth)
70-
- [`nuxt.config.ts` matching this implementation](https://github.com/sidebase/nuxt-auth/v0.6/tree/main/examples/local/nuxt.config.ts)
69+
- [full nuxt app](https://github.com/sidebase/nuxt-auth/tree/main/playground-local)
70+
- its [backend](https://github.com/sidebase/nuxt-auth/tree/main/playground-local/server/api/auth)
71+
- its [`nuxt.config.ts`](https://github.com/sidebase/nuxt-auth/blob/main/playground-local/nuxt.config.ts)
7172

7273
::alert{type="info"}
7374
The linked example-implementation only serves as a starting-point and is not considered to be secure.

0 commit comments

Comments
 (0)