Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

b1thunt3r/AuthX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthExperiment

Testing out Hybrid Auth for login to Google Apps Domain

Info

auth.php

I decided to put my domain and google secret in auth.php. Below is the structure of auth.php

// google "Client ID" and "Client Secret"
$keys = [
  'id' => "PUT_YOURS_HERE",
  'secret' => "PUT_YOURS_HERE"
];

// if you want to force user to one specific domain.
$domain = "PUT_YOURS_HERE";

About

Testing out Hybrid Auth for login to Google Apps Domain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages