2017 © Pedro Peláez
 

library oauth-server

An OAuth 2.0 authorization and resource server library.

image

phisch/oauth-server

An OAuth 2.0 authorization and resource server library.

  • Sunday, January 21, 2018
  • by phisch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phisch/oauth-server

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Things to implement

This repository will implement multiple popular RFC's to provide as much OAuth functionality as possible. Once fully implemented, RFC's other than 6749 will be extracted into separate repositories, so a developer might only use what he needs., (*2)

RFC 6749

The basic RFC6749 will be fully implemented in this repository., (*3)

  • Authorization Server
    • [ ] Authorization Endpoint
    • [ ] Token Endpoint
    • [ ] Redirection Endpoint
  • Resource Owner
  • Resource Server

Install

Via Composer, (*4)

bash $ composer require phisch/oauth-server:dev-master, (*5)

Security

If you discover any security related issues, please email oauthserver@philippschaffrath.de instead of using the issue tracker., (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

21/01 2018

dev-master

9999999-dev

An OAuth 2.0 authorization and resource server library.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Schaffrath

oauth oauth2 oauth2.0