File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Available addons
2121----------------
2222addon | version | maintainers | summary
2323--- | --- | --- | ---
24+ [ auth_oauth_multi_token] ( auth_oauth_multi_token/ ) | 19.0.1.0.0 | | Allow multiple connection with the same OAuth account
2425[ auth_oidc] ( auth_oidc/ ) | 19.0.1.0.0 | <a href =' https://github.com/sbidoul ' ><img src =' https://github.com/sbidoul.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' sbidoul ' /></a > | Allow users to login through OpenID Connect Provider
2526[ auth_session_timeout] ( auth_session_timeout/ ) | 19.0.1.0.0 | | This module disable all inactive sessions since a given delay
2627[ auth_user_case_insensitive] ( auth_user_case_insensitive/ ) | 19.0.1.0.0 | | Makes the user login field case insensitive
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ OAuth Multi Token
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:307015d01f1181d9be6df15a346c7f5ccba47b138e537ebcecc54ac21e021ba7
14+ !! source digest: sha256:57f83f2f4b3d1d684b783693a0438fc1c8b6137bd81b014fa2c69b9988300db3
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -70,24 +70,24 @@ Authors
7070Contributors
7171------------
7272
73- - Florent de Labarre <florent.mirieu@gmail.com>
74- - Simone Orsi <simone.orsi@camptocamp.com>
75- - `Tecnativa <https://www.tecnativa.com/ >`__:
73+ - Florent de Labarre <florent.mirieu@gmail.com>
74+ - Simone Orsi <simone.orsi@camptocamp.com>
75+ - `Tecnativa <https://www.tecnativa.com/ >`__:
7676
77- - Jairo Llopis
78- - Sergio Teruel
77+ - Jairo Llopis
78+ - Sergio Teruel
7979
80- - Stéphane Bidoul <stephane.bidoul@acsone.eu>
81- - Dan Tillinghast
82- - Miku Laitinen
83- - `Kencove <https://www.kencove.com/ >`__:
80+ - Stéphane Bidoul <stephane.bidoul@acsone.eu>
81+ - Dan Tillinghast
82+ - Miku Laitinen
83+ - `Kencove <https://www.kencove.com/ >`__:
8484
85- - Mohamed Alkobrosli
85+ - Mohamed Alkobrosli
8686
87- - Christopher Rogos
88- - `Digiteasy <https://www.digiteasy.at/ >`__
87+ - Christopher Rogos
88+ - `Digiteasy <https://www.digiteasy.at/ >`__
8989
90- - Alvaro Estebanez
90+ - Alvaro Estebanez
9191
9292Maintainers
9393-----------
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>OAuth Multi Token</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:307015d01f1181d9be6df15a346c7f5ccba47b138e537ebcecc54ac21e021ba7
375+ !! source digest: sha256:57f83f2f4b3d1d684b783693a0438fc1c8b6137bd81b014fa2c69b9988300db3
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< 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/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-auth/tree/19.0/auth_oauth_multi_token "> < 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-19-0/server-auth-19-0-auth_oauth_multi_token "> < 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=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > This module adds the possibility to connect with the same account on
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-server-auth"
3- version = " 19.0.20260205 .0"
3+ version = " 19.0.20260210 .0"
44dependencies = [
5+ " odoo-addon-auth_oauth_multi_token==19.0.*" ,
56 " odoo-addon-auth_oidc==19.0.*" ,
67 " odoo-addon-auth_session_timeout==19.0.*" ,
78 " odoo-addon-auth_user_case_insensitive==19.0.*" ,
You can’t perform that action at this time.
0 commit comments