mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 03:32:04 +02:00
19 lines
623 B
Python
19 lines
623 B
Python
# Copyright 2021 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Auth Oauth Autologin",
|
|
"summary": """
|
|
Automatically redirect to the OAuth provider for login""",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"maintainers": ["sbidoul"],
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"depends": ["auth_oauth"],
|
|
"data": ["views/auth_oauth_provider.xml"],
|
|
"demo": [],
|
|
"assets": {
|
|
"web.assets_frontend": ["auth_oauth_autologin/static/src/js/web_login.js"]
|
|
},
|
|
}
|