-
I'm using a custom guard ("admin") for user authentication and looking at the Sanctum's Guard.php file I figured out that it refers to config('sanctum.guard', 'web'), thus using 'web' by default if no…
-
- LDAP Server Type: ActiveDirectory
- Laravel: 7.24
- PHP Version: 7.4
Basic configuration in the .env file. Attempting to do a simple retrieve from the Controller as show below. I am able to …
-
I am attempting to login using the admin@laravel-enso.com and password credentials. I seeded my tables and I see the entry on the users table for admin@laravel-enso.com.
Nothing happens after I hit…
-
I have a **Laravel** website served by [Valet](https://laravel.com/docs/master/valet) on `backend.test` and a **Nuxt** SPA on `nuxt.backend.test:3005`. When I try to authenticate to [Sanctum](https://…
-
Hello,
I am using Laravel AirLock to authenticate SPA. The auth.config file has default guard as "web" and the order of guards array also contains first key as "web".
When I create any roles or …
-
- Sanctum Version: v2.2.1
- Laravel Version: 7.9.2
- PHP Version: 7.4.3
- Database Driver & Version: Mysql
- SPA vue.js (installed with CLI not in the Laravel folder)
### Description:
I…
ghost updated
4 years ago
-
- Laravel Version: 7.11.0
- PHP Version: 7.4
- Database Driver & Version: MySQL 5.8
### Description:
I deployed a basic Laravel site with a "flash sale" functionality. Forntend is VueJS …
-
I'm in the process of integrating laravel-passwordless-login with my Vuejs SPA.
Using :
- laravel-passwordless-login1.1.3
- Sanctum 2.2.0
Sanctum is used here only as an SPA login, so there is…
-
- Laravel Swagger Version: 0.7-dev
- Laravel Version:7.6.2
- PHP Version: 7.3.14
### Description:
Hi,
Is --filter removed in 0.7 by design. ?
Small feedback or usage case:
My projec…
-
- Laravel Version: 7.10.3
- PHP Version: 7.4.5
- Database Driver & Version: MySQL 5.7.29-0ubuntu0.18.04.1
### Description:
Using `withCookies()` in a test when making a JSON request (`getJ…