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

:cyclone: A PHP extension for JSON Web Token (JWT)

Results 10 php-jwt issues
Sort by recently updated
recently updated
newest added

How to use passphrase for key access?

Can we get support for PS256 algorithm

Well, this weird but I have compiled and installed the module but I am still getting `Uncaught Error: Call to undefined function jwt_encode() `. I have verified from `phpinfo()` that...

I'm trying to use this extension to generate tokens for the Apple Push Notification service (APNs), however Apple requires a custom header with a 'kid' parameter, for an authorisation identifier...

enhancement

Greetings! I am trying to use RSA but SF (segmentation fault) is occurring. I am creating a private key with this command: "openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:...

jwt 要求json.so 但是 extension=json.so 之后会报错: core_warning: Module 'json' already loaded Unknown(0) php 7.0默认已经编译json支持了,再在配置文件中设置扩展会导致重复载入扩展。你们有遇到这个问题吗?

目前很多pecl上的扩展很多都有windows下编译的DLL.能不能弄个windows的扩展编译

enhancement

I just cloned the repo and ran the command. Now what do I do?

Apache log error on start on Debian fresh installation: `PHP Warning: PHP Startup: Unable to load dynamic library 'jwt.so' (tried: /usr/lib/php/20220829/jwt.so (libcrypto.so.1.1: cannot open shared object file: No such file...