OAuth API client with authorization for Nette Framework
The best way to install ipub/oauth is using Composer:
{
"require": {
"ipub/oauth": "dev-master"
}
}
or
$ composer require ipub/oauth:@dev
After that you have to register extension in config.neon.
extensions:
oauth: IPub\OAuth\DI\OAuthExtension
Learn how to integrate oAuth into your extensions for authentication or API calls in documentation.
Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/oauth.