diff --git a/README.md b/README.md index e4ffd77a5a..f773363082 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [auth_api_key_group](auth_api_key_group/) | 14.0.1.1.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys. [auth_api_key_server_env](auth_api_key_server_env/) | 14.0.1.1.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: [auth_dynamic_groups](auth_dynamic_groups/) | 14.0.1.0.0 | | Have membership conditions for certain groups -[auth_jwt](auth_jwt/) | 14.0.2.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication. +[auth_jwt](auth_jwt/) | 14.0.2.1.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication. [auth_jwt_demo](auth_jwt_demo/) | 14.0.1.3.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt. [auth_ldaps](auth_ldaps/) | 14.0.1.0.1 | | Allows to use LDAP over SSL authentication [auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account diff --git a/auth_jwt/README.rst b/auth_jwt/README.rst index 1ce20d9cfa..9e42939d2a 100644 --- a/auth_jwt/README.rst +++ b/auth_jwt/README.rst @@ -7,7 +7,7 @@ Auth JWT !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7cbdd441c1def4a460f5612891bba1406c4ff843cb2f0f254f5d65c3a0478649 + !! source digest: sha256:d1dcfecb0a753ea0c88227009e260dc8408ccf0eebdcc0517f8ad35d5a2183da !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_jwt/__manifest__.py b/auth_jwt/__manifest__.py index dd4d7cdecd..78b111d6a0 100644 --- a/auth_jwt/__manifest__.py +++ b/auth_jwt/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth JWT", "summary": """ JWT bearer token authentication.""", - "version": "14.0.2.1.1", + "version": "14.0.2.1.2", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"], diff --git a/auth_jwt/static/description/index.html b/auth_jwt/static/description/index.html index 6fc6a9c25f..cfeb5cbc91 100644 --- a/auth_jwt/static/description/index.html +++ b/auth_jwt/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Auth JWT

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7cbdd441c1def4a460f5612891bba1406c4ff843cb2f0f254f5d65c3a0478649 +!! source digest: sha256:d1dcfecb0a753ea0c88227009e260dc8408ccf0eebdcc0517f8ad35d5a2183da !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

JWT bearer token authentication.