-
https://github.com/ambersun1234/chirpy.ambersun1234.github.io/issues/21#
+ [x] jwt
+ [x] http1 #9
+ [x] cors #10
+ [x] sticky session #2
+ [x] tls #9
+ [x] grpc
+ [x] ht…
-
# Ограничение доступа к сервису - authentication/authorization, rate/concurrency limiters.
## Цель
Добавить ограничение одновременных запросов к сервису по времени, ограничение запросов от одного по…
-
### Link to reproduction
No reproduction as related to server configuration.
### Describe the Bug
This bug is somewhat related to #3434 and I expirience the same Error with payloadcms@2.11.2
When …
-
### Environment
```
System:
OS: Linux 5.15 Ubuntu 20.04 LTS (Focal Fossa)
CPU: (6) x64 Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
Memory: 4.23 GB / 7.73 GB
Container: Yes
Shel…
ks4na updated
1 month ago
-
### Subject of the issue
I'm trying to implement a chat server using Laravel Echo, Redis, Websocket, Vue JS and tymon/jwt-auth. I need my broadcast auth route to be authenticated by jwt.
When I ma…
-
can somebody give me the link of the tutorial in which show how to actually implement the jwt with refresh token. I don't know a lot i am stuck i have no idea how to properly implement the jwt with re…
-
- write signJWT, verifyJWT functions
- write validatePermissions function
- break routes into protected and unprotected routes
- adjust router logic to pass request through jwt flow or process route
-
I am using firebase purely as an authentication provider, with a separate database as a source of truth for user roles. I am trying to set claims in the session cookie on login or session creation, si…
-
Hello, I'm having troubles when I'm trying to use the 'auth:api' middleware in my routes.
With this configuration, the response to the request is 'MethodNotAllowedHttpException in RouteCollection.ph…
-
I'm upgrading my Laravel 5.2 app to Lumen 5.4 and have managed to repair my app to a point where I can at least log in again ;)
So on login, I get a token back and my Angular app stores it and ma…