2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-oauth2-server

SilverStripe module for an oauth2 server

image

advanced-learning/silverstripe-oauth2-server

SilverStripe module for an oauth2 server

  • Monday, May 21, 2018
  • by riddler7
  • Repository
  • 2 Watchers
  • 0 Stars
  • 226 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 19 % Grown

The README.md

SilverStripe Oauth2 Server

<advanced-learning> Scrutinizer Code Quality codecov, (*1)

OAuth2 server for SilverStripe 4., (*2)

Requirements

  • silverstripe/framework ^4.0
  • league/oauth2-server
  • robbie/psr7-adapters
  • PHP >= 7.1

Installation

Install with Composer:, (*3)

composer require advanced-learning/silverstripe-oauth2-server

Oauth Support

Currently supports client and password grants. The client grant uses the endpoint '/oauth/authorizse'. Currently requires securing api endpoints manually. There is a middleware but this would affect all requests. The same logic could be used in conjunction with allowed_actions on the controller., (*4)

The Versions