Pular para o conteúdo principal

3 documentos marcados com "Cryptography"

Encryption, JWT, and security libraries

Ver todas as etiquetas

JWT Session Handler

A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.

JWT Wrapper

A simple and flexible wrapper around the Firebase JWT library that makes JWT token handling easy and intuitive in PHP applications.