🔓
Laravel JWKs
GitHub Repo
  • Laravel JWKs
  • Use case
  • Usage
  • Best practices
Powered by GitBook
On this page
  • Supports
  • Installation

Laravel JWKs

NextUse case

Last updated 1 year ago

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
Supports