-
https://github.com/websanova/laravel-api-demo/blob/b7ff0ddff48bb71e68a8bba820f36140504fd15a/app/Http/Controllers/Api/v1/AuthController.php#L173
Hey @websanova,
Why do we return this at all if `o…
-
This DIDComm messaging v2 mediator should support:
1. maximum privacy for the sender of a message: means that the IP address of the initial sender of the message should only be viewable to a relay af…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16
### Custom code
Yes
### OS platform and distribution
Linux U…
x0w3n updated
4 months ago
-
Currently the only way to invalidate a JWT granting limited-lifetime access to certain resources is to rotate the HMAC signature secret, which will in fact invalidate all tokens. There should probabl…
-
Hey,
I'll base on https://prophy.readthedocs.io/en/latest/examples.html code:
In generated .hpp file there are multiple `static const` objects declared:
static const prophy::detail::int2t…
-
**[Mingle Card: 2478](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/2478)**
In order to extract the current sync into a background worker, we must eliminate the depende…
-
I'm using FreeIPA as a central user management system.
We provide users with 2FA tokens activated in FreeIPA, so users have dynamic passwords (the 2FA token is appended to the static user password)
…
-
Symfony 6.0.6
I use Api platform.
When i try `/api/token/refresh` with the `accept: application/json` header, its doent works.
But its works without the header.
---
Request :
```php
…
tydoo updated
2 years ago
-
Hello :wave:
I've been using feathers for two years or so already, and so far it's pretty amazing!
I would like to share my input on authentication service, because I find it a bit misleading/…
-
jwt token为自存储,token生成后一直到过期才能失效。
场景:用户登陆后,手工退出,页面导入到登录页,前端清空token,但实际上这个token还是有效,可直接请求后台。
优化方案:
token生成后临时存储在redis, 若用户退出,则清空redis。网关层可做redis的校验,若没有key,则直接认为失效。