jwt-framework icon indicating copy to clipboard operation
jwt-framework copied to clipboard

JWT Framework

Results 28 jwt-framework issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [symplify/easy-coding-standard](https://github.com/symplify/easy-coding-standard) to permit the latest version. Commits 4c01fcf ECS 11.1.2 b8171be Updated ECS to commit cef5cd1e982f3b3a21ce94148a367fac49726b22 49d58e5 Updated ECS to commit 83adde7d46a109b107158fabf35b5154094726ec f906efd Updated ECS to...

dependencies

**Version(s) affected**: 3.0.6 **Description** JWS signature fails when using EdDSA **How to reproduce** ` $jwk= JWKFactory::createOKPKey('Ed25519'); $payload = json_encode([ 'iat' => time(), 'nbf' => time(), 'exp' => time() + 3600,...

invalid

| Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes (#219) | New feature? | yes | Deprecations? | no | License |...

enhancement
pinned

**Version(s) affected**: 2.2.11 **Description** I'm trying to load a PEM+PKCS8 encoded secp384r1 key but the decode fails with `Unable to load the key`. This code assumes there are always 4...

bug

**Description** Add the ECDH-SS variant **Example** [JWEBuilder.txt](https://github.com/web-token/jwt-framework/files/9240479/JWEBuilder.txt) [ECDHSS.txt](https://github.com/web-token/jwt-framework/files/9240549/ECDHSS.txt) [ECDHSSA256KW.txt](https://github.com/web-token/jwt-framework/files/9240560/ECDHSSA256KW.txt) [ECDHSSAESKW.txt](https://github.com/web-token/jwt-framework/files/9240568/ECDHSSAESKW.txt) The 1st iteration of the implementation was attached and are 4 files: the modified JWEBuilder and the ECDHSS, ECDHSSAESKW and...

enhancement
feature

Trying to Build a web-token jwt brings up the foloowing error: openssl_sign(): supplied key param cannot be coerced into a private key. Thats my code: $vapidPublicKey = 'some87characterVAPIDKEYsstring'; $vapidPrivateKey =...

wontfix

Would you kindly provide some documentation on how to upgrade from Jose\Easy? There are so many classes and methods within the framework that I get lost on how to reimplement...

wontfix

Updates the requirements on [brick/math](https://github.com/brick/math) to permit the latest version. Release notes Sourced from brick/math's releases. 0.10.0 💥 Breaking changes Minimum PHP version is now 7.4 Changelog Sourced from brick/math's...

dependencies

Hi, im trying to implement your framework. I've got it all working upto loading a a Ed25519 key. When i generate a key trough ``` $key = JWKFactory::createOKPKey('Ed25519'); ``` everything...

feature
pinned