-
i have an issue....I can't use auth module with sanctum and laravel echo module...it says $auth.getToken is not o function in console from echo module...I tried some workaround to get token from cook…
-
(1/1) Validation Exception The model field is required. in Validation.php line 59 at Resource->throwValidationException() in Validating Observer.php line 56
Tasty BETA.26
-
- Testbench Version: 6.7.2
- Laravel Version: 8.18.1
- PHP Version: 8.0
- Database Driver & Version: sqlite, memory
I am creating a package that uses Sanctum Cookie based authentication (SPA) an…
-
- Sanctum Version: ^2.8
- Laravel Version: ^8.12"
- PHP Version: "^7.3|^8.0",
- Database Driver & Version:
### Description:
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/7alk3xds8…
-
Please help me solve this task.
A series of lessons based on the material: https://youtu.be/KFgi3IqavK4
----------
Windows 10 operating system
Path to the project: **C:\laragon\www\larast…
tol64 updated
3 years ago
-
Getcandy API installed local at http://getcandy.local
Getcandy HUB installed on the same computer at http://localhost:3000
I can access the API via curl from the terminal.
When I open http://lo…
-
I have had to create a new Vue instance for the login form in order to properly authenticate using the Sanctum package. Per the SPA Authentication instructions from [Laravel](https://laravel.com/docs/…
-
### Version
[v4.9.1](https://github.com/auth-module/releases/tag/v4.9.1)
### Reproduction link
[https://www .none.com](https://www .none.com)
### Steps to reproduce
none
### What is expected ?
…
ghost updated
3 years ago
-
### Version
module: ^5.0.0-1602966760.822bc05
nuxt: ^2.14.6
### Nuxt configuration
- [X] universal
### Nuxt configuration
```
auth: {
redirect: {
login: '/',
logout: fal…
crslp updated
3 years ago
-
I've set propertyName: 'data' the config, so $auth.user should be
```
{
id: 1,
...
}
```
but it's
```
{
data {
id: 1,
...
}
}
```
config
```
strategies: {
'laravelSanctum'…
ghost updated
4 years ago