Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 30, 2023
1 parent e37715a commit dbebd70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -26,6 +26,7 @@ addon | version | maintainers | summary
[auth_api_key_server_env](auth_api_key_server_env/) | 16.0.1.0.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_jwt](auth_jwt/) | 16.0.1.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication.
[auth_jwt_demo](auth_jwt_demo/) | 16.0.1.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt.
[auth_jwt_server_env](auth_jwt_server_env/) | 16.0.1.0.0 | | This addon adds auth.jwt.validator fields to server env
[auth_ldaps](auth_ldaps/) | 16.0.1.0.0 | | Allows to use LDAP over SSL authentication
[auth_oidc](auth_oidc/) | 16.0.1.0.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
[auth_oidc_environment](auth_oidc_environment/) | 16.0.1.0.0 | | This module allows to use server env for OIDC configuration
Expand Down
Binary file added auth_jwt_server_env/static/description/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
@@ -1 +1 @@
16.0.20231010.0
16.0.20231130.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -13,6 +13,7 @@
'odoo-addon-auth_api_key_server_env>=16.0dev,<16.1dev',
'odoo-addon-auth_jwt>=16.0dev,<16.1dev',
'odoo-addon-auth_jwt_demo>=16.0dev,<16.1dev',
'odoo-addon-auth_jwt_server_env>=16.0dev,<16.1dev',
'odoo-addon-auth_ldaps>=16.0dev,<16.1dev',
'odoo-addon-auth_oidc>=16.0dev,<16.1dev',
'odoo-addon-auth_oidc_environment>=16.0dev,<16.1dev',
Expand Down

0 comments on commit dbebd70

Please sign in to comment.