OAuth2 server for SilverStripe 4.
silverstripe/framework^4.0league/oauth2-serverrobbie/psr7-adaptersPHP >= 7.1
Install with Composer:
composer require advanced-learning/silverstripe-oauth2-serverCurrently 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.
