Skip to content

Commit 779e4fe

Browse files
author
Scarlett Eliza
authored
docs: add link to authentication.md (#891)
1 parent 1fa2735 commit 779e4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/advanced/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are many different approaches, protocols, and services when tackling authe
99

1010
Because of this Dart Frog does not bundle any feature, helpers or resources for authentication out of the box. This means that developers have full freedom to implement server authentication in the best way that fits their needs.
1111

12-
Nevertheless, there are a few common patterns that can used in many different approaches to give the developer a head start. For example, there is a package called `dart_frog_auth`, which makes it easy for a simple authentication method to be implemented while also
12+
Nevertheless, there are a few common patterns that can used in many different approaches to give the developer a head start. For example, there is a package called [`dart_frog_auth`](https://pub.dev/packages/dart_frog_auth), which makes it easy for a simple authentication method to be implemented while also
1313
layering the foundation for more advanced authentication. See below for more details:
1414

1515
## Dart Frog Auth

0 commit comments

Comments
 (0)