No description
Find a file
2023-12-25 17:20:24 +01:00
js feat(vuejs): install via yarn 2023-03-11 18:16:33 +01:00
templates feat(twig/templates): define content 2023-03-11 13:43:17 +01:00
.gitignore feat(auth): create 2023-02-26 02:54:53 +01:00
composer.json fix(composer): migrate to accolades 2023-12-25 17:20:24 +01:00
LICENCE feat(auth): create 2023-02-26 02:54:53 +01:00
LICENCE_FR feat(auth): create 2023-02-26 02:54:53 +01:00
LISEZMOI.md feat(auth): create 2023-02-26 02:54:53 +01:00
package.json feat(vuejs): install via yarn 2023-03-11 18:16:33 +01:00
README.md feat(auth): create 2023-02-26 02:54:53 +01:00
SeacmsAuth.php fix(PicoPlugin): use new API version 2023-03-16 23:03:52 +01:00
yarn.lock feat(vuejs): install via yarn 2023-03-11 18:16:33 +01:00

SeaCMS/PicoCMS Auth plugin

Lire ce fichier en Français

Auth plugin for SeaCMS.

Authors

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