-
we can't properly import this library in a modern typescript project. here's the problem:
- `import * as jwt from "jsonwebtoken"`
- export `default` contains what i need, sign, verify, etc
…
-
Hi! I installed the 3.0.1 version but I had this error:
```
node_modules/verify-apple-id-token/dist/lib/types.d.ts:1:15 - error TS2305: Module '"jsonwebtoken"' has no exported member 'JwtPayload'.…
-
### Describe the bug
![CleanShot 2024-01-16 at 12 55 26@2x](https://github.com/eclipse/che/assets/31263588/e44d06b1-a51b-41c9-a968-7f6ab0658685)
![CleanShot 2024-01-16 at 12 59 05@2x](https://gith…
-
Hi,
https://github.com/datafuselabs/databend/pull/5062 needs ES512 support from jsonwebtoken.
Is there anything special to take care of? I'm willing to submit a PR to add `ES512` support :rocket…
-
Title says it all :)
-
Vulnerable Library - firebase-admin-11.3.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type …
-
After using JsonWebTokenHandler in. net8, when SaveSigninToken=true is set, BootstrapContext is always null
`(ClaimsIdentity) user Identity) BootstrapContext is always null`
![image](https://gith…
-
- we know that redis web token generates uuid as web token is that secure enough compared to JsonWebToken?
-
首页不完整显示数据,通过F12 查看是
{"detail":"Signature has expired."}
Google一下说需要在settings.py中配置了
```
import datetime
JWT_AUTH = {
'JWT_EXPIRATION_DELTA': datetime.timedelta(seconds=300),
'JWT_ALLOW_…
-
I would like to be able to write code like so:
```
$token = new JsonWebToken();
$encoded = (string) $token;
```
Thoughts @jonathangreen @bradjones1 ?