Skip to content

Commit 83a5df6

Browse files
authored
docs: update laravel sanctum docs URL (#1690)
* docs: update laravel sanctum docs URL * remove the version from the url
1 parent 0035e52 commit 83a5df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/providers/laravel-sanctum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ category: Providers
77

88
[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/src/providers/laravel-sanctum.ts)
99

10-
Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform. ([Read More](https://laravel.com/docs/8.x/sanctum))
10+
Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform. ([Read More](https://laravel.com/docs/sanctum))
1111

1212
## Usage
1313

0 commit comments

Comments
 (0)