First Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
'name': 'JWT API Authentication',
|
||||
'version': '1.0.2',
|
||||
'category': 'Tools',
|
||||
'summary': 'JWT authentication endpoint for external applications',
|
||||
'description': """
|
||||
JWT API Authentication for Odoo 19.
|
||||
|
||||
Provides API Client configuration, JWT token generation, and a decorator for
|
||||
protecting custom HTTP controllers with Bearer token authentication.
|
||||
""",
|
||||
'author': 'GRT',
|
||||
'depends': ['base', 'web'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/api_client_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Reference in New Issue
Block a user