added hooks and plugins files missing
This commit is contained in:
6
plugins/auth/__init__.py
Normal file
6
plugins/auth/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
import click
|
||||
from flask import Flask
|
||||
|
||||
def register_cli(app: Flask):
|
||||
# No CLI commands yet for auth plugin
|
||||
pass
|
6
plugins/auth/plugin.json
Normal file
6
plugins/auth/plugin.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "auth",
|
||||
"version": "1.0.0",
|
||||
"description": "User authentication and authorization plugin",
|
||||
"entry_point": null
|
||||
}
|
Reference in New Issue
Block a user