jbroadway / elefant

Elefant, the refreshingly simple PHP CMS and web framework.
http://www.elefantcms.com
MIT License
208 stars 39 forks source link

Support for being an OAuth 2.0 provider and using OAuth as another option to secure API endpoints #330

Closed lux closed 1 year ago

lux commented 1 year ago

New endpoints:

New authenticator option:

<?php $this->require_auth (user\Auth\OAuth::init ());