mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 08:32:02 +02:00
16 lines
482 B
Python
16 lines
482 B
Python
# Copyright 2021 ACSONE SA/NV
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Auth JWT Test",
|
|
"summary": """
|
|
Test/demo module for auth_jwt.""",
|
|
"version": "16.0.1.1.1",
|
|
"license": "LGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"maintainers": ["sbidoul"],
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"depends": ["auth_jwt"],
|
|
"data": [],
|
|
"demo": ["demo/auth_jwt_validator.xml"],
|
|
}
|