oauth2-server/index.md
Alex Bilbie d383bc1d29 Checkin
2016-03-15 20:33:44 +00:00

2.1 KiB
Executable File

layout title
default Introduction

Introduction

Author Source Code GitHub tag Software License Build Status Total Downloads

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.

Both JWT bearer token and MAC token response types are supported too.

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.

The latest release is GitHub tag

Support

Please ask questions on the Github issues page.

For commercial support and custom implementations please visit Protobytes.