Availability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Lines of code | 1460 |
Technical Name |
api_payload_editor_jwt |
License | See License tab |
Versions | 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Lines of code | 1460 |
Technical Name |
api_payload_editor_jwt |
License | See License tab |
Versions | 16.0 17.0 18.0 |
Setting JWT token authentication
API Payload editor included, manage JWT token authentication with this module
This module allows you to generate a bearer token without the user having to obtain it elsewhere. However, this requires technical knowledge of your remote API authentication.
You need to know what is the algorithm used by the remote API to generate his token. The available algorithm
These are the algorithms manages by the module: HS256, HS384, HS512, RS256, RS384, RS512, PS256, PS384, PS512, ES256, ES384, ES512
For HS algorithms, you must know the secret key used to encrypt the token.
For other algorithms, you must have the private key used for encrypting.
You must also know the structure and information (in JSON format) of the data that will be encoded to obtain the token.
These information will be saved in the authentication settings.
The advantage is that, once the settings are complete, authentication will be performed automatically during requests, and the user will not need to generate their token elsewhere before sending a request.

Copyright © 2025 CoolDev Solutions This software is a proprietary product of CoolDev Solutions. It may not be redistributed or resold without express written permission. This module is licensed for use only by the purchaser, and may not be copied, modified, or reverse-engineered, except where permitted by law. All rights reserved.
Please log in to comment on this module