mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-02-24 19:58:03 +05:30
Merge branch 'release/0.4' into develop
This commit is contained in:
commit
1142f8d86b
@ -22,7 +22,12 @@ Check out the [wiki](https://github.com/lncd/OAuth2/wiki)
|
|||||||
|
|
||||||
### Authentication Server
|
### Authentication Server
|
||||||
|
|
||||||
The authentication server is a flexible class that supports the standard authorization code grant.
|
The authentication server is a flexible class that supports the following grants:
|
||||||
|
|
||||||
|
* authentication code
|
||||||
|
* refresh token
|
||||||
|
* client credentials
|
||||||
|
* password (user credentials)
|
||||||
|
|
||||||
### Resource Server
|
### Resource Server
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lncd/oauth2",
|
"name": "lncd/oauth2",
|
||||||
"description": "OAuth 2.0 Framework",
|
"description": "OAuth 2.0 Framework",
|
||||||
"version": "0.3.5",
|
"version": "0.4",
|
||||||
"homepage": "https://github.com/lncd/OAuth2",
|
"homepage": "https://github.com/lncd/OAuth2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user