mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
40 lines
2.0 KiB
Markdown
Executable File
40 lines
2.0 KiB
Markdown
Executable File
---
|
|
layout: default
|
|
title: Introduction
|
|
---
|
|
|
|
# Introduction
|
|
|
|
[](https://twitter.com/alexbilbie)
|
|
[](https://github.com/thephpleague/oauth2-server)
|
|
[](https://github.com/thephpleague/oauth2-server/releases)
|
|
[](LICENSE.md)
|
|
[](https://travis-ci.org/thephpleague/oauth2-server)
|
|
[](https://packagist.org/packages/league/oauth2-server)
|
|
|
|
`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](https://tools.ietf.org/html/rfc6749):
|
|
|
|
* Authorization code grant
|
|
* Implicit grant
|
|
* Client credentials grant
|
|
* Resource owner password credentials grant
|
|
* Refresh grant
|
|
|
|
You can also easily make your own [custom grants]().
|
|
|
|
This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie](https://twitter.com/alexbilbie).
|
|
|
|
## Changelog
|
|
|
|
The full changelog can be viewed here - [https://github.com/thephpleague/oauth2-server/releases](https://github.com/thephpleague/oauth2-server/releases).
|
|
|
|
The latest release is [](https://github.com/thephpleague/oauth2-server/releases)
|
|
|
|
## Support
|
|
|
|
Please ask questions on the [Github issues page](https://github.com/thephpleague/oauth2-server/issues).
|
|
|
|
For commercial support and custom implementations please visit [Protobytes](https://protobytes.uk/oauth).
|