authlete/authlete-laravel

Authlete Library for Laravel

1.2.0 2023-03-20 08:48 UTC

This package is auto-updated.

Last update: 2024-11-22 13:30:01 UTC


README

This is a Laravel library for OAuth 2.0 and OpenID Connect.

With this library, you can implement a full-fledged authorization server and OpenID provider which utilizes an OpenID-certified authorization engine, Authlete.

Please read OAuth 2.0 and OpenID Connect Implementation in Laravel (Authlete) for details.

License

Apache License, Version 2.0

Composer

"require" : {
    "authlete/authlete-laravel" : "{version}"
}

Links

Contact