TonyRoomZ / vOauth

vOauth v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vOauth

vOauth v1

install using Composer: composer require josephblock/voauth

Example in test/v.php

//set up vOauth
$v=new vOauth();
/*
 * Change values to what you need
 * scopes are set as constants
*/
$v->setClient("Your client here");
$v->setSecret("Your secret here");
$v->addScope(array("Add scopes here"));
$v->setRedirect("redirect URL here");

About

vOauth v1

License:MIT License


Languages

Language:PHP 100.0%