OdooJsonRpcClient icon indicating copy to clipboard operation
OdooJsonRpcClient copied to clipboard

Login with API Key rather than password

Open NeilBurkholder opened this issue 1 year ago • 1 comments

Is it possible to log in with an API key rather than a user name and password? Users tend to change there passwords, and I'd rather use and API key that never changes.

image

NeilBurkholder avatar Sep 14 '24 23:09 NeilBurkholder

You can use the API key, all you need to do is send the API as the password:

image

https://www.odoo.com/documentation/17.0/developer/reference/external_api.html

rovianvz avatar Oct 10 '24 02:10 rovianvz