File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88Nuxt 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 )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Nuxt and Laravel applications must share the same top-level domain. For instance
2929## How it works
3030
3131You 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
3434Once the module has an authentication state, it will request a CSRF cookie from the API,
3535and pass it as an XSRF header to each Echo channel authorization request to confirm the current user identity.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can check the official Laravel documentation here - **Authorizing Private Ch
2727## How it works
2828
2929You 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
3232Once the module has an authentication state, it will request a CSRF cookie from the API,
3333and pass it as an XSRF header to each Echo channel authorization request to confirm the current user identity.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ to `set` method as well as the current Nuxt application instance to allow calls
3838
3939:: tip
4040Since ` 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
4444Once the user logs out, the module sends ` undefined ` as a token value to reset the stored value.
You can’t perform that action at this time.
0 commit comments