ReallySimpleJWT icon indicating copy to clipboard operation
ReallySimpleJWT copied to clipboard

A really simple library to generate JSON Web Tokens in PHP.

Results 8 ReallySimpleJWT issues
Sort by recently updated
recently updated
newest added

Hello, While it was working flawlessly before, I suddenly got this error. `2022/01/03 22:28:51 [error] 2739#2739: *1635 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to...

Hello, I want to expire/kill a currently active Token. Is this possible? Thank you for your work!

Question should say everything. Why do i have to insert the token secret when i just want for example my uid value from the payload. I mean when i am...

Hi Mr Waller, Firstly, awesome library. Secondly, I believe the readme needs an update. validateExpiration is performed in validate, and validateExpiration is no longer part of Token?

I'm not too familiar with signing of JWT's, but there is a NGINX package here: [ngx-http-auth-jwt-module](https://github.com/TeslaGov/ngx-http-auth-jwt-module) that supports: "**The algorithm to use. One of: HS256, HS384, HS512, RS256, RS384, RS512**"...

I there any way of supporting 512 algrothim?

If any property of the payload is a string with accents this function ( Token::validate($token, $secret);) returns false without entering in any catch clause. Example: "name": "Gerard Hernàndez",