mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 14:32:03 +02:00
17 lines
576 B
Python
17 lines
576 B
Python
# Copyright 2021 ACSONE SA/NV
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Auth JWT",
|
|
"summary": """
|
|
JWT bearer token authentication.""",
|
|
"version": "16.0.1.1.0",
|
|
"license": "LGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"maintainers": ["sbidoul"],
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"depends": [],
|
|
"external_dependencies": {"python": ["pyjwt", "cryptography"]},
|
|
"data": ["security/ir.model.access.csv", "views/auth_jwt_validator_views.xml"],
|
|
"demo": [],
|
|
}
|