forked from OpenSPP/openspp-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
22 lines (22 loc) · 760 Bytes
/
__manifest__.py
File metadata and controls
22 lines (22 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "OpenSPP API: Oauth",
"summary": "The module establishes an OAuth 2.0 authentication framework, securing OpenSPP API communication for integrated systems and applications.",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"author": "OpenSPP.org",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123", "reichie020212"],
"external_dependencies": {"python": ["pyjwt>=2.4.0"]},
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"depends": [
"base",
],
"data": [
"data/ir_config_parameter_data.xml",
"views/res_config_view.xml",
],
"application": True,
"auto_install": False,
"installable": True,
}