oauth2-framework / token-endpoint
Token Endpoint for the OAuth2 Framework
dev-master
2021-01-05 19:48 UTC
Requires
- php: ^7.4|^8.0
- oauth2-framework/client-authentication: ^1.0
- oauth2-framework/core: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Suggests
- oauth2-framework/authorization-code-grant: The Authorization Code grant type
- oauth2-framework/bearer-token-type: To add Bearer token type (RFC6750).
- oauth2-framework/client-credentials-grant: The Client Credentials grant type
- oauth2-framework/client-rule: To use of the client registration/configuration rules provided by this component.
- oauth2-framework/implicit-grant: The Implicit grant type
- oauth2-framework/jwt-bearer-grant: The JWT Bearer grant type
- oauth2-framework/mac-token-type: To add MAC token type (abandoned specification).
- oauth2-framework/openid-connect: To add an authentication layer on top of the authorization server.
- oauth2-framework/refresh-token-grant: The Refresh Token grant type
- oauth2-framework/resource-owner-password-credentials-grant: The Resource Onwer Password Credentials grant type
This package is auto-updated.
Last update: 2024-11-05 17:00:40 UTC
README
This repository is a sub repository of OAuth2 and OpenId Connect Framework project and is READ ONLY.
Please do not submit any Pull Request here. You should go to the main repository instead.
Documentation
The official documentation is available as https://oauth2-framework.spomky-labs.com/
Licence
This software is release under MIT licence.