Auth
Auth copied to clipboard
Manage multiple user authentication databases from a central web application
Appears that the versions available on the build boxes are now ahead of the version we specify. - Build log: https://travis-ci.org/mike42/Auth/jobs/237099468
As a developer I want the project to be dependency-managed and auto-loaded in a standard way So that it's easier for new developers to pick up
As a developer, I want the code style to be checked by a script, So that code that is styled incorrectly is not merged ## A PSR-2 code style check...
The tool for associating accounts between services through the web needs some attention.
Currently, /var/www is used to store files to be served over the web. This comprises- - A symlink - A landing page to redirect users - A `.htaccess` file Since...
Add tests executed in Selenium via PHPUnit. Basic tests will include the functions of create/read/update/delete of users, groups, group membership and organisation unit.
- Use grunt to pull in the latest versions of external dependencies - Update HTML/PHP/Install docs accordingly