-
-
From docs:
```
/**
* Change the token issuer.
*
* @param string $iss The token issuer.
* @return string The token issuer.
*/
add_filter(
'jwt_auth_iss',
function ( $iss ) {
…
-
### Bug report
Hello i found a problem running phpstan.
All enviroment variables are defined, but phpstan throws:
**Error:**
Internal error: Internal error: Secret is not set. in file /app/x…
-
Creation of new accounts must be done manually.
- [ ] Create Auth Controller
- [ ] Auth controller should generate JWT token with expiry
- [ ] Auth Controller should validate future login requests a…
-
The ID token for sign-in-with-apple seems to be a faulty JWT recently.
Checking the code, it the id token is passed as access token and the auth-code is passed as id token: https://github.com/Cap-g…
-
### Subject of the issue
I'm experiencing an issue in production where tokens generated using `Auth::guard('api')->login($user)` are expiring prematurely with the error `PHPOpenSourceSaver\JWTAuth\Ex…
-
I am creating a client assertion signed JWT using RSA and PS512. The token seems to be fine if decoded and all the signatures verify in JWT IO and state the correct algorithm.
> "Invalid token si…
-
(started working on it while helping @abhishekkrthakur on autotrain-advanced)
Users can stream Space logs from the UI. We could introduce a method to do that as well from a script using `requests` …
-
-
This is an initial research ticket to pave the way towards improving the way we do authentication _within_ chainlit (so between frontend and backend, _not_ between backend and 3rd parties).
## Step…