Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 980 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 980 Bytes

Auth SSO

Unified system for authentication and authorization.

Codacy Badge Build Status

Environment details

  • PHP+PDO 5.5+

Database details

  • PostgreSQL ^9.1

Database/schema:

  • db_sso/adm_sso

GETTING START

Put the files into php webserver and make adjusts in the first section of config file: ./system/config.php

Also, you should make an alias for your server and point the root directory to public_html (for security reasons)

Tests

Run inside project phpunit

Changelog

0.1.0 - 16th Feb 2016

  • GIT versioning

0.1.1 - 26th Oct 2016

  • Travis adjusts
  • Refactoring tests
  • Define minimum PHP version