Laravel JWKs

Provide libraries to help you deal with JSON Web Key Sets (JWKS) in Laravel 😉

  • Laravel 10+

  • PHP 8+

  • RSA algorithm (for now)

Installation

Install the library

composer require shipsaas/laravel-jwks

Export config

php artisan vendor:publish --tag=laravel-jwks

Last updated