-
詳細は後ほど
-
### Regression about JWTs without TTL
Because of PHP property type-hinting on `Tymon\JWTAuth\Builder::$ttl`, JWTs without TTL do not work longer. It's a cinch to fix by replacing `int` with `?int` in…
-
Traceback (most recent call last):
File "D:\practical\python-fullstack\api\jwtAuth.py", line 2, in
from flask_jwt_extended import JWTManager, create_access_token, jwt_required, get_jwt_identi…
-
Hello,
I have the impression that as soon as the token skips it causes an error:
message The token has been blacklisted
exception Tymon\JWTAuth\Exceptions\TokenBlacklistedException
Do you ha…
-
### Subject of the issue
Hi,
As the title said, logout and invalidate does not work. The blacklisting is on but JWT does not record any token as blacklisted at all.
### Your environment
| Q …
khooz updated
7 months ago
-
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
| Framework | Laravel
| Framework version | 5.4.36
| Package version | 1.0.x@dev
|…
-
I think we should change the `status_code` from `403` to `401` if [credentials are missing or incorrect](https://supertokens.com/blog/http-error-codes-401-vs-403). In [TokenAuth](https://github.com/pi…
-
##### Intro
Hi, :)
If not mistaken, the rate limiting key (RLK) is the string used as an identifier to block/reject the request or not.
I've read the docs and found that I can change rate limiting k…
-
Pls is there any method to override token refresh ttl like we have for token ttl
$token = auth()->setTTL(7200)->attempt($credentials);
i am using version 1.
ghost updated
3 years ago
-
Im having the same issue as in this issue over in the old repo: https://github.com/tymondesigns/jwt-auth/issues/891
The short of it is, I have a custom claim in my user model:
```php
public f…