thephpleague/oauth2-server

repository·master·Indexed 27 days ago

https://github.com/thephpleague/oauth2-server

A standards-compliant implementation of an OAuth 2.0 authorization server written in PHP. It supports various grant types including authorization code, client credentials, device authorization, implicit, refresh, and resource owner password credentials. The library implements RFC6749, RFC6750, RFC7519, RFC7636, and RFC8628, and requires PHP 8.2+ and PSR-7 compliant HTTP messages.

Tokens
455
Snippets
1
Records
4
Agent score
42%

What's inside oauth2-server

  1. Supported OAuth 2.0 grants and RFCs

    master

    The library provides a standards-compliant implementation of OAuth 2.0.

    Supported Grants:

    • Authorization code grant
    • Client credentials grant
    • Device authorization grant
    • Implicit grant
    • Refresh grant
    • Resource owner password credentials grant

    Implemented RFCs: