-
**Is your feature request related to a problem? Please describe.**
On `await session.auth.authenticatedUserId`, `defaultAuthenticationHandler` calls
```dart
var authKey = await tempSession.…
-
Thanks for this wonderful node. I have been trying to pass the secret key using a function node with msg.payload, however the JSONWebToken node doesn't allow me to leave the configuration empty. I hav…
-
Hello
I recently started working on SWA with AD B2C.
There is also app function build in SWA and successfully deployed them and checked API works .
Now, I'm wondering if I can validate the t…
-
I have made some updates to your code in the class Auth0AuthenticationStateProvider to allow users to remain logged in after closing their browser in the maui blazor application.Specifically, I update…
-
### Description
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/73b90cedc748d3da3cb203d7dd6e7a6f806fdc17/types/jsonwebtoken/index.d.ts#L86-L90
I don't see any deprecation warning in code…
-
`jwt.verify(token, secret, (error, data) => {
const { userName } = data
})`
throws
`Property 'userName' does not exist on type '{}'.`
### Environment
"@types/jsonwebtoken": "^8.…
-
I have problem with decode method in react library when call decode method.
I get this error in console: TypeError, can not read property of undefined
-
This is a tracking issue for addressing #783 and #779.
### Steps
- [ ] Remove `chrono` as a direct dependency of Bee.
- [ ] Update any dependencies that have subdependencies on `chrono…
-
io.jsonwebtoken.ExpiredJwtException: JWT expired at 2019-07-24T01:41:46Z. Current time: 2019-07-24T03:58:47Z, a difference of 8221763 milliseconds. Allowed clock skew: 0 milliseconds.
at io.jsonweb…
-
### Description
When you sign a key with an empty string as a payload, the verification throws `JsonWebTokenError: invalid token`. Instead, I expect it to return the empty string, `''`. If this can…