-
I tried to implement tests containing the code present in the doc for [encode](https://docs.rs/jsonwebtoken/latest/jsonwebtoken/fn.encode.html) and [decode](https://docs.rs/jsonwebtoken/latest/jsonweb…
-
Hello Peter
I'm trying to use your library with Pharo 9 to connect to google firebase. When the Firebase class creates a connection in the method `createJWTFromCertificate:` . At the end of this me…
-
Current 0.10.0-SNAPSHOT base (master) has a few of duplicate(ish) interfaces in the `io.jsonwebtoken.io` package that could probably be consolidated with a single functional interface. This would hav…
-
Some of my python or java programs found the following definitions
python
```
return jwt.encode(
payload,
secret,
algorithm="HS256",
headers={"alg": "HS256", "sign_type"…
-
Would you consider accepting an object for the algorithm parameter in jwsVerify, as well checking for the presence of opts.algo in jwsSign? This would involve checking for string vs object to decide w…
g-p-g updated
6 years ago
-
npm package를 추가하여 사용하고 싶으신 경우에
반드시 이 이슈에 코멘트 남겨주세요. 관리 차원에서 필요합니다.
-
-
### User Story
1. As a user
2. I want to be able to validate a signature
3. So that I can confirm its validity
### Acceptance Criteria
- validate the signature of a token, provided a public key
…
-
### Description
Currently, client can get a client via jwt signing withouth passing a `expiresIn` attribute. For example,
```javascript
import jwt from "jsonwebtoken"
const secret = jwt.sign…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…