-
I would like to be able to write code like so:
```
$token = new JsonWebToken();
$encoded = (string) $token;
```
Thoughts @jonathangreen @bradjones1 ?
-
## Is your feature request related to a problem? Please describe.
JWT authorization issuer config only supports a single string, we have environments where we require to support 2 issuers
## Descr…
theJC updated
1 month ago
-
### Front End
Create login modal, Login/signup option, Needs to accept username and password, Needs to have cancel and Login buttons
### Back End
Create API to check the database for the user and…
-
### Description
> I'm just trying to create a jwt token using jsonwebtoken version 8.5.1. When I run my web application in a browser I get this error:
Uncaught ReferenceError: global is not define…
-
**Version**
2.0.14
**Platform**
aarch64 linux
**Description**
There's been a long running issue of cross compilation failing for `aarch64-unknown-linux-gnu` due to an older version of `ri…
-
### Which Cloudflare product(s) does this pertain to?
Miniflare, Workers Vitest Integration
### What version(s) of the tool(s) are you using?
wrangler@3.37.0, @cloudflare/vitest-pool-workers@0.1.5,…
-
[jwt] is unmaintained, the PRs and issues are not being addressed and there have been no updates in the last two years.
The alternatives I found are:
- [jwt-simple]: less popular but on active dev…
-
node-sp-auth is currently using jsonwebtoken v 8.5.1
jsonwebtoken has recently addressed several CVE's and release v9.0.0
See details of breaking changes here: https://github.com/auth0/node-jsonwe…
-
- [x] org.springframework.boot:spring-boot-starter-parent
- [x] org.projectlombok.version
- [ ] io.jsonwebtoken:jjwt-api
- [ ] io.jsonwebtoken:jjwt-impl
- [ ] io.jsonwebtoken:jjwt-jackson
- [x] a…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/node-oauth2-jwt-bearer/tree/main/packages/express-oauth2-jwt-bearer#readme) and [Examples](https://github.com/auth0/node-o…