-
Hi team,
When generating the client secret at step 4 in below guideline, there was an expired time for the key. That's mean after this amount of time, the client secret will get expired and we have…
-
I have all the values which are required, only thing i want as encryption in server level is to generate client_secret value from p8 key value itself.
Ex:-
from `JWKFactory::createFromKeyFile($keyf…
-
Hi,
I am getting this error on my callback function
Node: `v16.19.1`
@arendajaelu/nestjs-passport-apple: `^1.0.4`
@nestjs/core: `^9.1.2`
Getting `Error: error:0909006C:PEM routines:get_name:n…
-
### Description
I am attempting to verify a JWT token that is encoded with RS256 algorithm. When using the function jwt.verify I have handed the function both the private secret and the public key an…
-
Hey all! Hope you're good! Minor AppView JWT handling bug report below. Low priority, obviously.
**Describe the bug**
If the `iss` field of the JWT passed to the AppView is malformed, eg has `/` c…
-
run python music_token.py
result
Traceback (most recent call last):
File "music_token.py", line 36, in
token = jwt.encode(payload, secret, algorithm=alg, headers=headers)
File "/Library…
-
With all the work that is being done for ARFv1.2, VC data model 2.0 and data integrity, there'll be a multitude of VC formats that need to be supported. For our APIs we need a clear set of `format` an…
-
I'm using this packange in my project in .NET7.0 and is wokring fine on my local machine, but after deployment this on the server problem occures while calling method Jose.JWT.Encode(payload, privateK…
-
To be added in ./docs and on zenroom.org
Based on: https://pad.dyne.org/sheet/#/2/sheet/view/vuub8UeTl-cpuLeh-EZ-3HqSmXB+7FtWHcms9nZL6Uc/
Shot:
![ZenroomSigs2](https://github.com/dyne/Zenroom…
-
i am trying to run some spongycastle code in android:
```
try {
Security.addProvider(new org.spongycastle.jce.provider.BouncyCastleProvider());
ECGenParameterSpec…