oauth2-server/index.md
2016-05-10 13:21:34 +01:00

1.9 KiB
Executable File

layout title
default Introduction

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.

For commercial support and custom implementations please visit Glynde Labs.