mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
1.9 KiB
Executable File
1.9 KiB
Executable File
layout | title |
---|---|
default | Introduction |
Introduction
league/oauth2-server
is a library that makes implementing a standards compliant OAuth 2.0 server trivial. Your users can authenticate and authorize application clients, and protect your APIs.
Out of the box it supports all of the grants defined in the OAuth 2.0 Authorization Framework RFC:
- Authorization code grant
- Implicit grant
- Client credentials grant
- Resource owner password credentials grant
- Refresh grant
You can also easily make your own custom grants.
This library was created by Alex Bilbie. Find him on Twitter at @alexbilbie.
Changelog
The full changelog can be viewed here - https://github.com/thephpleague/oauth2-server/releases.
Support
Please ask questions on the Github issues page.
For commercial support and custom implementations please visit Protobytes.