2017 © Pedro Peláez
 

library oauth2

OAuth2 Server

image

sugiphp/oauth2

OAuth2 Server

  • Monday, April 28, 2014
  • by tzappa
  • Repository
  • 2 Watchers
  • 2 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

PHP OAuth2.0

Authorization Server

based on RFC6749, (*1)

Supports several grant types: - implicit - authorization code - username/password pair - client credentials - refresh token, (*2)

Your custom server implementation can specify which grant types to support implementing one or more interfaces - ImplicitInterface, AuthCodeInterface etc. This will eliminate the need to implement something you will not use., (*3)

Resource Server

Uses bearer tokens as desribed in RFC6750, (*4)

Client

The client is not very stable for now! But you can use one of many existing OAuth2 clients, (*5)

TODO

  • add support for MAC tokens (http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-02)

The Versions

28/04 2014

dev-master

9999999-dev

OAuth2 Server

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Plamen Popov

authorization server oauth2 rfc6749