$ 83.95
Required Apps |
•
Discuss (mail)
|
Community Apps Dependencies |
api_framework_base
ekika_utils ekika_widgets |
Technical Name |
api_auth_basic
|
License | OPL-1 |
Also available in version | 18.0 17.0 16.0 |
Introduction
Implement a proven and straightforward security layer for your Odoo API with the Basic Authentication module. This essential tool enables the widely supported HTTP Basic Authentication scheme, allowing you to protect your API endpoints with a simple yet effective challenge-response mechanism. By requiring a Base64-encoded username and password in the Authorization header of each request, this module ensures that only authenticated users can access your Odoo data. It is a fundamental component for any developer looking to build secure and reliable integrations with Odoo.
Key Features
HTTP Basic Authentication: Implements the standard HTTP Basic Authentication protocol for securing your Odoo API.
Header-Based Credentials: Authenticates users by decoding and verifying the username:password string sent in the Authorization header.
Simple and Widely Supported: A simple and universally supported authentication method, making it easy to integrate with a wide range of clients and applications.
Secure Challenge-Response: Utilizes a challenge-response mechanism to ensure that credentials are required for access to protected resources.
Easy to Implement: A straightforward and easy-to-configure module that provides a quick and effective way to secure your API.
Benefits
Simple and Effective Security: A simple yet powerful way to protect your Odoo API from unauthorized access.
Broad Compatibility: Compatible with virtually all HTTP clients and libraries, making it easy to integrate with any third-party application.
Quick to Implement: A fast and easy way to add a layer of security to your Odoo API without complex configurations.
Industry Standard: Based on a well-established and widely used HTTP authentication standard.
Reliable and Secure: A reliable and secure method for controlling access to your valuable business data.
Compatibility & Technical Details
Required Modules: Discuss (mail)
Community Apps Dependencies: Odoo REST API Base, Utilities, Widget Collection
License: OPL-1
Technical Name: api_auth_basic
Installation: To install this module, add the module folder to your Odoo addons path. In developer mode, update the app list from the Apps menu and click "Install".
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.