-
- Downloads
Initial commit
.eproject
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "hab/simplesamlphp-module-pica", | |||
"description": "Provides authentication module for Pica-based library systems", | |||
"type": "simplesamlphp-module", | |||
"license": "GPL-3.0+", | |||
"require": { | |||
"simplesamlphp/composer-module-installer": "~1.0", | |||
"hab/picaauth": "~0.1" | |||
} | |||
} |
lib/Auth/Source/Pica.php
0 → 100644
Please register or sign in to comment