phisch / oauth-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phisch/oauth-server

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

RFC 6749

The basic RFC6749 will be fully implemented in this repository.

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

Install

Via Composer

$ composer require phisch/oauth-server:dev-master

Security

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

License

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

About

License:MIT License


Languages

Language:PHP 100.0%