File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626[ auth_api_key] ( auth_api_key/ ) | 17.0.1.1.1 | | Authenticate http requests from an API key
2727[ auth_api_key_group] ( auth_api_key_group/ ) | 17.0.1.0.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.
2828[ auth_api_key_server_env] ( auth_api_key_server_env/ ) | 17.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:
29+ [ auth_jwt] ( auth_jwt/ ) | 17.0.1.0.0 | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | JWT bearer token authentication.
2930[ auth_ldaps] ( auth_ldaps/ ) | 17.0.1.0.0 | | Allows to use LDAP over SSL authentication
3031[ auth_oidc] ( auth_oidc/ ) | 17.0.1.1.0 | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | Allow users to login through OpenID Connect Provider
3132[ auth_saml] ( auth_saml/ ) | 17.0.1.0.0 | [ ![ vincent-hatakeyama] ( https://github.com/vincent-hatakeyama.png?size=30px )] ( https://github.com/vincent-hatakeyama ) | SAML2 Authentication
Original file line number Diff line number Diff line change 77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:d22309ac82ef1eb8879974683b10d4be288eb330fd7e250927f1a8d602dc3988
10+ !! source digest: sha256:608e8780fabb7f7a32193245dd2a7e594810863dcc55aa1dc9e5b2bc3426d74c
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Auth JWT</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:d22309ac82ef1eb8879974683b10d4be288eb330fd7e250927f1a8d602dc3988
370+ !! source digest: sha256:608e8780fabb7f7a32193245dd2a7e594810863dcc55aa1dc9e5b2bc3426d74c
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/licence-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-auth/tree/17.0/auth_jwt "> < img alt ="OCA/server-auth " src ="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_jwt "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373373< p > JWT bearer token authentication.</ p >
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-server-auth"
3- version = " 17.0.20241229 .0"
3+ version = " 17.0.20250118 .0"
44dependencies = [
55 " odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev" ,
66 " odoo-addon-auth_admin_passkey_totp_mail_enforce>=17.0dev,<17.1dev" ,
77 " odoo-addon-auth_api_key>=17.0dev,<17.1dev" ,
88 " odoo-addon-auth_api_key_group>=17.0dev,<17.1dev" ,
99 " odoo-addon-auth_api_key_server_env>=17.0dev,<17.1dev" ,
10+ " odoo-addon-auth_jwt>=17.0dev,<17.1dev" ,
1011 " odoo-addon-auth_ldaps>=17.0dev,<17.1dev" ,
1112 " odoo-addon-auth_oidc>=17.0dev,<17.1dev" ,
1213 " odoo-addon-auth_saml>=17.0dev,<17.1dev" ,
You can’t perform that action at this time.
0 commit comments