Skip to main content

3 docs tagged with "Authentication"

User authentication, sessions, and JWT

View all tags

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.

User Authentication

A simple and customizable library for user authentication in PHP applications using a clean repository and service layer architecture.