Skip to Content
Menu

API Payload editor - JWT management

by
Odoo

370.86

v 18.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Community Apps Dependencies
Lines of code 1460
Technical Name api_payload_editor_jwt
LicenseSee License tab
Versions 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Community Apps Dependencies
Lines of code 1460
Technical Name api_payload_editor_jwt
LicenseSee 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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.