-
I am using two guards. (Api and admin).
```
'guards' => [
'web' => [
'driver' => 'session',
'provider' => 'users',
],
'api' => [
'dr…
-
### Custom Claims are persisted
When creating a JWT with custom claims, everything works as expected. However, when creating a new JWT without custom claims, the custom claims still appear.
### Yo…
-
### Subject of the issue
In my scenario I need to use a different blacklist key which is unique across multiple generated JWT tokens but it cannot be the user id (because as user can login 1:n time…
-
### Subject of the issue
I am using a listener with `Auth::id()`. When my QUEUE_DRIVER is set to sync everything works finde, but with set to `redis` it will return null.
I got the user id in my l…
-
### Subject of the issue
The main issue od tymondesigns/jwt-aut is lack of documentation. You cannot install JWT without running into many issues and hours spend on searching for solutions.
Pleas…
-
### Subject of the issue
Version 1.0 adds **EVERYWHERE** some "N" letter at the top of the screen and won't disappear even after removal
![image](https://user-images.githubusercontent.com/30237980…
-
1.增加辅助函数
Within your app/Http directory, create a helpers.php file and add your functions.
Within composer.json, in the autoload block, add "files": ["app/Http/helpers.php"].
``` php
"autoload": {
…
-
@WhereIsLucas
Are you able to tag a new release?
-
**When used together with**
https://dev.to/tuandm/laravel--vuejs--laravue---a-beautiful-dashboard-for-laravel-3h11
**I'm not very experienced, please help me figure it out.**
**Error**
https:/…
-
Hi! I decided to try your package in PHPUnit:
```php
$point = new Point();
$point->point = new \Grimzy\LaravelMysqlSpatial\Types\Point(40.7484404, -73.9878441);
$point->save();
```
an error occ…