Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a414f0

Browse files
committed
fix: updated links to new websites
1 parent fde7fe3 commit 9a414f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

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

88
Nuxt module for Laravel Echo integration to get a seamless experience with application broadcasting.
99

10-
- [Documentation](https://manchenkoff.gitbook.io/nuxt-laravel-echo)
10+
- [Documentation](https://echo.manchenkoff.me)
1111
- [Features](#features)
1212
- [Quick Setup](#quick-setup)
1313
- [Release Notes](/CHANGELOG.md)

docs/content/2.usage/2.cookie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Nuxt and Laravel applications must share the same top-level domain. For instance
2929
## How it works
3030

3131
You should already have an authenticated user by submitting credentials to your login endpoint,
32-
for instance, using the [Nuxt Auth Sanctum](https://manchenkoff.gitbook.io/nuxt-auth-sanctum) module.
32+
for instance, using the [Nuxt Auth Sanctum](https://sanctum.manchenkoff.me) module.
3333

3434
Once the module has an authentication state, it will request a CSRF cookie from the API,
3535
and pass it as an XSRF header to each Echo channel authorization request to confirm the current user identity.

docs/content/2.usage/3.token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can check the official Laravel documentation here - **Authorizing Private Ch
2727
## How it works
2828

2929
You should already have an authenticated user by submitting credentials to your login endpoint,
30-
for instance, using the [Nuxt Auth Sanctum](https://manchenkoff.gitbook.io/nuxt-auth-sanctum) module.
30+
for instance, using the [Nuxt Auth Sanctum](https://sanctum.manchenkoff.me) module.
3131

3232
Once the module has an authentication state, it will request a CSRF cookie from the API,
3333
and pass it as an XSRF header to each Echo channel authorization request to confirm the current user identity.

docs/content/4.other/1.token-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to `set` method as well as the current Nuxt application instance to allow calls
3838

3939
::tip
4040
Since `nuxt-laravel-echo` does not cover user authentication functionality,
41-
it is better to use it with [`nuxt-auth-sanctum`](https://manchenkoff.gitbook.io/nuxt-auth-sanctum) module.
41+
it is better to use it with [`nuxt-auth-sanctum`](https://sanctum.manchenkoff.me) module.
4242
::
4343

4444
Once the user logs out, the module sends `undefined` as a token value to reset the stored value.

0 commit comments

Comments
 (0)