2014-09-30 22:33:42 +01:00
---
layout: default
2014-09-30 22:54:54 +01:00
title: Introduction
2014-09-30 22:33:42 +01:00
---
2014-09-30 22:44:18 +01:00
# Introduction
2016-03-15 20:33:44 +00:00
[![Author ](http://img.shields.io/badge/author-@alexbilbie-red.svg?style=flat-square )](https://twitter.com/alexbilbie)
2014-09-30 22:54:54 +01:00
[![Source Code ](http://img.shields.io/badge/source-thephpleague%2Foauth2--server-blue.svg?style=flat-square )](https://github.com/thephpleague/oauth2-server)
2016-03-15 20:33:44 +00:00
[![Software License ](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )](LICENSE.md)
2014-09-30 22:54:54 +01:00
[![Build Status ](https://img.shields.io/travis/thephpleague/oauth2-server/master.svg?style=flat-square )](https://travis-ci.org/thephpleague/oauth2-server)
[![Total Downloads ](https://img.shields.io/packagist/dt/league/oauth2-server.svg?style=flat-square )](https://packagist.org/packages/league/oauth2-server)
2014-09-30 22:44:18 +01:00
2016-03-15 20:33:44 +00:00
`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.
2014-09-30 22:44:18 +01:00
2016-03-15 20:33:44 +00:00
Out of the box it supports all of the grants defined in the [OAuth 2.0 Authorization Framework RFC ](https://tools.ietf.org/html/rfc6749 ):
2014-09-30 22:44:18 +01:00
* Authorization code grant
2016-03-15 20:33:44 +00:00
* Implicit grant
2014-09-30 22:44:18 +01:00
* Client credentials grant
* Resource owner password credentials grant
* Refresh grant
2016-03-24 15:01:59 +00:00
<!--
2016-03-15 20:33:44 +00:00
You can also easily make your own [custom grants]().
2016-03-24 15:01:59 +00:00
-->
2014-09-30 22:44:18 +01:00
2016-03-15 20:33:44 +00:00
This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie ](https://twitter.com/alexbilbie ).
2014-09-30 23:02:10 +01:00
2014-11-09 11:51:54 +00:00
## Changelog
2016-03-15 20:33:44 +00:00
The full changelog can be viewed here - [https://github.com/thephpleague/oauth2-server/releases ](https://github.com/thephpleague/oauth2-server/releases ).
2014-11-09 11:51:54 +00:00
2016-03-15 20:33:44 +00:00
The latest release is [![GitHub tag ](https://img.shields.io/github/tag/thephpleague/oauth2-server.svg )](https://github.com/thephpleague/oauth2-server/releases)
2015-03-22 23:34:06 +00:00
2016-03-15 20:33:44 +00:00
## Support
2014-11-09 11:51:54 +00:00
2016-03-15 20:33:44 +00:00
Please ask questions on the [Github issues page ](https://github.com/thephpleague/oauth2-server/issues ).
2014-09-30 23:02:10 +01:00
2016-03-24 15:01:59 +00:00
<!--
For commercial support and custom implementations please visit [Glynde Labs ](https://glyndelabs.com ).
-->