oauth2-server/index.md
2016-04-10 17:06:07 +01:00

2.4 KiB
Executable File

layout title
default Introduction

This is the documentation for the second version 5 release candidate.

Version 5 is stable and is the recommended version that you should implement as it is significantly simpler to work with.

Version 4 docs can be found here.

Introduction

Author Source Code 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

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.