Skip to content

sixdegrees/oahu-login-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oahu Login demo

Installation

Install dependencies with composer

composer install

Configuration

With Apache

SetEnv OAHU_CLIENT_ID   xxxxxxxx
SetEnv OAHU_APP_ID      yyyyyyyy
SetEnv OAHU_APP_SECRET  zzzzzzzz

or replace config values in config.php

$config = array(
  "oahu" => array(
    "host"      => "app-staging.oahu.fr",
    "clientId"  => "xxxxxxxx",
    "appId"     => "yyyyyyyy",
    "appSecret" => "zzzzzzzz",
    ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages