feat(ApiAware): implement
This commit is contained in:
parent
e62284363a
commit
bb674c88eb
@ -2,12 +2,13 @@
|
||||
// SPDX-License-Identifier: EUPL-1.2
|
||||
// Authors: see README.md
|
||||
|
||||
use SeaCMS\Api\ApiAware;
|
||||
use SeaCMS\Api\JsonResponse;
|
||||
|
||||
/**
|
||||
* authentification plugin for Pico 3.
|
||||
*/
|
||||
class SeacmsAuth extends AbstractPicoPlugin
|
||||
class SeacmsAuth extends AbstractPicoPlugin implements ApiAware
|
||||
{
|
||||
/**
|
||||
* Pico API version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user