You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| js | 3 years ago | |
| templates | 3 years ago | |
| .gitignore | 3 years ago | |
| LICENCE | 3 years ago | |
| LICENCE_FR | 3 years ago | |
| LISEZMOI.md | 3 years ago | |
| README.md | 3 years ago | |
| SeacmsAuth.php | 3 years ago | |
| composer.json | 3 years ago | |
| package.json | 3 years ago | |
| yarn.lock | 3 years ago | |
README.md
SeaCMS/PicoCMS Auth plugin
Lire ce fichier en Français
Auth plugin for SeaCMS.
Authors
- Jérémy Dufraisse (2023)
- Association Defis (2023)
Licence and warranty
See LICENCE file (and french translation LICENCE_FR)
IMPORTANT: LICENCE file does not cover content of folders vendor. See dedicated LICENCE file for each subfolder concerning the imported library.
Installation
If you are using SeaCMS via composer, this package will be automatically used if needed.
To install in a theme, use composer require seacms/seacms-auth.
As this package is not already published on https://packagist.org/, you should add in the composer.json file of the head repository project these lines :
"repositories": [
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/SeaCMS/seacms-auth"
}
]
Usage
To be defined