Skip to content

Commit 3e0ad8b

Browse files
authored
Update fullstack auth example link (#499)
* Update fullstack auth example link I assume this needs to be updated, but should it remain a permalink or should we just trust it will remain updated? * Update docs-src/0.6/src/guides/fullstack/authentication.md * Update docs-src/0.6/src/guides/fullstack/authentication.md
1 parent ab5e121 commit 3e0ad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-src/0.6/src/guides/fullstack/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ You can use [extractors](./extractors) to integrate auth with your Fullstack app
44

55
You can create a custom extractors that extracts the auth session from the request. From that auth session, you can check if the user has the required privileges before returning the private data.
66

7-
A [full auth example](https://github.com/DioxusLabs/dioxus/blob/v0.5/packages/fullstack/examples/axum-auth/src/main.rs) with the complete implementation is available in the fullstack examples.
7+
A [full auth example](https://github.com/DioxusLabs/dioxus/blob/v0.6/examples/fullstack-auth) with the complete implementation is available in the fullstack examples.

0 commit comments

Comments
 (0)