This PHP package provides JSON Web Token (JWT) based authentication for Laravel and Lumen applications, enabling secure, stateless API access. It offers tools for generating, refreshing, and invalidating tokens, streamlining the implementation of token-based security. You'll typically install it using `composer require tymon/jwt-auth` and configure it in your application.
Provides JSON Web Token authentication for Laravel and Lumen applications.
Developers building RESTful APIs with Laravel or Lumen who need a secure, stateless authentication method should use this.