2017 © Pedro Peláez
 

library auth-client

Auth client for pgAuth server

image

pg-dev/auth-client

Auth client for pgAuth server

  • Sunday, April 30, 2017
  • by janatjak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Quickstart

Build Status Coverage Status, (*1)

Installation

The best way to install PgDev/AuthClient is using Composer:, (*2)

$ composer require pg-dev/auth-client

With Nette 2.4 and newer, you can enable the extension using your neon config., (*3)

extensions:
    pgDevClient: PgDev\AuthClient\DI\AuthClientExtension

pgDevClient:
    client:
        redirectUri: 'http://test.com/auth'
        clientId: *** id ***
        clientSecret: *** secret ***
        scopes:
            - read_user_info
            - ...

Documentation

TODO, (*4)

The Versions

30/04 2017