@@ -21,13 +21,13 @@ Auth Api Key
2121 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
2222 :alt: License: LGPL-3
2323.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
24- :target: https://github.com/OCA/server-auth/tree/18 .0/auth_api_key
24+ :target: https://github.com/OCA/server-auth/tree/19 .0/auth_api_key
2525 :alt: OCA/server-auth
2626.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27- :target: https://translation.odoo-community.org/projects/server-auth-18 -0/server-auth-18 -0-auth_api_key
27+ :target: https://translation.odoo-community.org/projects/server-auth-19 -0/server-auth-19 -0-auth_api_key
2828 :alt: Translate me on Weblate
2929.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30- :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=18 .0
30+ :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=19 .0
3131 :alt: Try me on Runboat
3232
3333|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -49,11 +49,11 @@ Odoo allows users to authenticate ``XMLRPC/JSONRPC`` calls using their
4949API key instead of a password by native API keys (``res.users.apikey ``).
5050However, ``auth_api_key `` has some special features of its own such as:
5151
52- - API keys remain usable even when the user is inactive, if enabled via
53- settings (e.g., for system users in a shopinvader case).
54- - Supports dual authentication via Basic Auth and API_KEY in separate
55- HTTP headers.
56- - Admins can manage API keys for all users
52+ - API keys remain usable even when the user is inactive, if enabled via
53+ settings (e.g., for system users in a shopinvader case).
54+ - Supports dual authentication via Basic Auth and API_KEY in separate
55+ HTTP headers.
56+ - Admins can manage API keys for all users
5757
5858Given these advantages, particularly in use case like system user
5959authentication, we have decided to keep the ``auth_api_key `` module
@@ -94,7 +94,7 @@ Bug Tracker
9494Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues >`_.
9595In case of trouble, please check there if your issue has already been reported.
9696If you spotted it first, help us to smash it by providing a detailed and welcomed
97- `feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_api_key%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
97+ `feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_api_key%0Aversion:%2019 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
9898
9999Do not contact contributors directly about support or help with technical issues.
100100
@@ -109,12 +109,12 @@ Authors
109109Contributors
110110------------
111111
112- - Denis Robinet <denis.robinet@acsone.eu>
113- - Laurent Mignon <laurent.mignon@acsone.eu>
114- - Quentin Groulard <quentin.groulard@acsone.eu>
115- - Sébastien Beau <sebastien.beau@akretion.com>
116- - Chafique Delli <chafique.delli@akretion.com>
117- - Thien Vo Hong <thienvh@trobz.com>
112+ - Denis Robinet <denis.robinet@acsone.eu>
113+ - Laurent Mignon <laurent.mignon@acsone.eu>
114+ - Quentin Groulard <quentin.groulard@acsone.eu>
115+ - Sébastien Beau <sebastien.beau@akretion.com>
116+ - Chafique Delli <chafique.delli@akretion.com>
117+ - Thien Vo Hong <thienvh@trobz.com>
118118
119119Other credits
120120-------------
@@ -135,6 +135,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
135135mission is to support the collaborative development of Odoo features and
136136promote its widespread use.
137137
138- This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/18 .0/auth_api_key >`_ project on GitHub.
138+ This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/19 .0/auth_api_key >`_ project on GitHub.
139139
140140You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments