oauth2-server/index.md
2014-12-02 10:48:02 +00:00

2.2 KiB
Executable File

layout title
default Introduction

Introduction

Author Source Code Latest Version Software License
Build Status Coverage Status Quality Score Total Downloads

This library makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them.

It supports out of the box the following grants:

  • Authorization code grant
  • Client credentials grant
  • Resource owner password credentials grant
  • Refresh grant

You can also define your own grants.

In addition it supports the following token types:

  • Bearer tokens
  • MAC tokens (coming soon)
  • JSON web tokens (coming soon)

Changelog

The changelog can be viewed here - https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md.

The latest release is 4.0.3 (released 2014-12-02):

4.0.3 (released 2014-12-02)

  • Fix bad type hintings (Issue #267)
  • Do not forget to set the expire time (Issue #268)

Questions?

This library was created by Alex Bilbie. Find him on Twitter at @alexbilbie.