-
### Subject of the issue
When I use auth() with attempt(), I'm always getting an HTTP OK (200) as a result with the following code. In spite of invalid credentials, and even a truncated table, attemp…
-
$auth = Authenticator::authenticateByClientCredentials($clientId, $clientSecret);
$accessToken = $auth->getToken();
Configuration::getDefaultConfiguration()->setAccessToken($ac…
-
i got this error
![gambar](https://user-images.githubusercontent.com/48383804/113130061-d17d9880-9245-11eb-97c9-36bda3b5fed6.png)
how to solve this?
i'm using laravel 8 and vue 2.6.12
and @we…
-
### Subject of the issue
return "Expired token" refreshing an expired token on time with ttl_refresh param.
This problem it's resolved in version 0.5.3, but Laravel 4.2 users, can't install this v…
-
## Version information
- Laravel: v7.18.0
- Voyager: v1.4
- PHP: 7.4
- Database: MySQL 8.0
## Description
I'm trying to cache files in /admin/compass "php artisan config:cache / php artisa…
Heqma updated
8 months ago
-
### Command
artisan
### Description
Laravel's Artisan commands
### Homepage
https://laravel.com/
### Documentation
https://artisan.page/
### Repository
https://github.com/laravel/laravel
###…
x-di updated
3 months ago
-
### Refresh token bug.
when use refresh function, get user Always return null。
eg:
$token = auth($guard)->refresh();
$user = auth($guard)->user();
#### Token is available after refresh,But una…
-
### Subject of the issue
I get an access token, but i need more a refresh_token .
My solution:
$token = JWTAuth::fromUser($auth);
$refresh_token = JWTAuth::customClaims(['exp' => Carbon::now()->…
-
### Subject of the issue
Problem 1
- tymon/jwt-auth is locked to version 1.0.2 and an update of this package was not requested.
- tymon/jwt-auth 1.0.2 requires php ^5.5.9|^7.0 -> your php …
-
This works perfectly until you update to Lumen 5.2 then you get an error:
```
[InvalidArgumentException]
Auth guard [] is not defined.
```
I was able to get that error to stop by adding to the `conf…