-
- Downloads
Merge remote-tracking branch 'origin/master' into php84
# Conflicts: # composer.json
No related branches found
No related tags found
Showing
- .idea/.gitignore 0 additions, 8 deletions.idea/.gitignore
- .idea/authentification.iml 0 additions, 11 deletions.idea/authentification.iml
- .idea/modules.xml 0 additions, 8 deletions.idea/modules.xml
- .idea/php.xml 0 additions, 22 deletions.idea/php.xml
- .idea/phpunit.xml 0 additions, 10 deletions.idea/phpunit.xml
- .idea/vcs.xml 0 additions, 6 deletions.idea/vcs.xml
- CHANGELOG.md 51 additions, 0 deletionsCHANGELOG.md
- README.md 11 additions, 25 deletionsREADME.md
- composer.json 6 additions, 5 deletionscomposer.json
- config/module.config.php 11 additions, 9 deletionsconfig/module.config.php
- config/unicaen-authentification.local.php.dist 15 additions, 15 deletionsconfig/unicaen-authentification.local.php.dist
- doc/authentification/auth.md 60 additions, 0 deletionsdoc/authentification/auth.md
- doc/authentification/auth_cas.md 59 additions, 0 deletionsdoc/authentification/auth_cas.md
- doc/authentification/auth_db.md 35 additions, 0 deletionsdoc/authentification/auth_db.md
- doc/authentification/auth_ldap.md 131 additions, 0 deletionsdoc/authentification/auth_ldap.md
- doc/authentification/auth_shib.md 168 additions, 0 deletionsdoc/authentification/auth_shib.md
- src/UnicaenAuthentification/Authentication/Adapter/Cas.php 13 additions, 1 deletionsrc/UnicaenAuthentification/Authentication/Adapter/Cas.php
- src/UnicaenAuthentification/Authentication/Adapter/CasAdapterFactory.php 6 additions, 0 deletions...entification/Authentication/Adapter/CasAdapterFactory.php
- src/UnicaenAuthentification/Authentication/Adapter/Db.php 1 addition, 1 deletionsrc/UnicaenAuthentification/Authentication/Adapter/Db.php
- src/UnicaenAuthentification/Authentication/Adapter/Shib.php 18 additions, 37 deletionssrc/UnicaenAuthentification/Authentication/Adapter/Shib.php
.idea/.gitignore
deleted
100644 → 0
.idea/authentification.iml
deleted
100644 → 0
.idea/modules.xml
deleted
100644 → 0
.idea/php.xml
deleted
100644 → 0
.idea/phpunit.xml
deleted
100644 → 0
.idea/vcs.xml
deleted
100644 → 0
... | ... | @@ -8,11 +8,12 @@ |
} | ||
], | ||
"require": { | ||
"unicaen/app": "dev-php84", | ||
"unicaen/utilisateur": "dev-php84", | ||
"unicaen/bjy-authorize": "dev-php84", | ||
"apereo/phpcas": "1.5.*", | ||
"ramsey/uuid": "^4.7" | ||
"unicaen/app": "^6.0|^7.0", | ||
"unicaen/utilisateur": "^6.3|^7.0", | ||
"unicaen/bjy-authorize": "^6.0", | ||
"unicaen/zfc-user": "^6.1", | ||
"apereo/phpcas": "1.6.*", | ||
"ramsey/uuid": "^3.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.6" | ||
... | ... |
doc/authentification/auth.md
0 → 100644
doc/authentification/auth_cas.md
0 → 100644
doc/authentification/auth_db.md
0 → 100644
doc/authentification/auth_ldap.md
0 → 100644
doc/authentification/auth_shib.md
0 → 100644
Please register or sign in to comment