Adds the JSON Web Token support for OAuth2 provider
Project description
OAuth Provider - JWT
This module adds the JSON Web Token support to OAuth2 provider.
Installation
To install this module, you need to:
Install the pyjwt and cryptography python modules
Install the module like any other in Odoo
Configuration
This module adds a new token type in the OAuth client configuration.
Once the JSON Web Token type is selected, a new tab appears at the bottom, where you’ll have to select an algorithm for the token signature.
For asymetric algorithms, it is possible to put a custom private key, or the module can generate one for you. The public key is automatically computed from the private one.
Usage
There is no usage change from the base OAuth2 provider module.
The public key can be retrieved by clients using this URL: http://odoo.example.com/oauth2/public_key?client_id=identifier_of_the_oauth_client
Known issues / Roadmap
Add support for the client-side JWT request (https://tools.ietf.org/html/rfc7523)
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Credits
Images
Odoo Community Association: Icon.
Contributors
Sylvain Garancher <sylvain.garancher@syleam.fr>
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo9_addon_oauth_provider_jwt-9.0.1.0.0-py2-none-any.whl
.
File metadata
- Download URL: odoo9_addon_oauth_provider_jwt-9.0.1.0.0-py2-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2da3bb17f30c411abcc64df9a97820957f84beeccd3165aca4d6f3f0cf5ec3d4 |
|
MD5 | 4c3734543957ea5fa09ef0a6d70417be |
|
BLAKE2b-256 | 91140bf9416c16895b164f4d806d48126c5a5ce5031ff043db13f3e965f98af5 |