Skip to content

Login app to be used in all projects linked to FranceIOI

License

Notifications You must be signed in to change notification settings

hsermeno/login-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common login module

This login module is meant to be shared between a few websites (including declick.org, france-ioi.org).

You can include it in an iframe, and listen to the messages described in this doc.

Setup

Clone and:

bower install
composer install

Setup a database and import table structure from user.sql.

Copy config_local_template.php into config_local.php and override the configuration.

Include an iframe in your page, pointing to login.html, it should send messages to the main page through postMessage.

TODO: add a small demo page.

About

Login app to be used in all projects linked to FranceIOI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.0%
  • JavaScript 25.7%
  • HTML 16.3%