diff --git a/README.md b/README.md index 941978db1..6883b0ef4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ addon | version | maintainers | summary [auth_user_case_insensitive](auth_user_case_insensitive/) | 17.0.1.0.0 | | Makes the user login field case insensitive [impersonate_login](impersonate_login/) | 17.0.1.0.2 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | tools [user_log_view](user_log_view/) | 17.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log - +[auth_jwt](auth_jwt/) | 17.0.1.1.0 | [![elheit](https://github.com/elheit.png?size=30px)](https://github.com/elheit) | JWT bearer token authentication. +[auth_jwt_demo](auth_jwt_demo/) | 17.0.1.1.1 | [![elheit](https://github.com/elheit.png?size=30px)](https://github.com/elheit) | Test/demo module for auth_jwt. [//]: # (end addons) diff --git a/auth_jwt/README.rst b/auth_jwt/README.rst index b870a516e..478f5fca2 100755 --- a/auth_jwt/README.rst +++ b/auth_jwt/README.rst @@ -17,13 +17,13 @@ Auth JWT :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github - :target: https://github.com/OCA/server-auth/tree/16.0/auth_jwt + :target: https://github.com/OCA/server-auth/tree/17.0/auth_jwt :alt: OCA/server-auth .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_jwt + :target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_jwt :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -129,7 +129,7 @@ Authors Contributors ~~~~~~~~~~~~ -* Stéphane Bidoul +* Elheit Mohamed Lamine Maintainers ~~~~~~~~~~~ @@ -144,13 +144,13 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -.. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px - :target: https://github.com/sbidoul - :alt: sbidoul +.. |maintainer-elheit| image:: https://github.com/elheit.png?size=40px + :target: https://github.com/elheit + :alt: elheit Current `maintainer `__: -|maintainer-sbidoul| +|maintainer-elheit| This module is part of the `OCA/server-auth `_ project on GitHub. diff --git a/auth_jwt/__manifest__.py b/auth_jwt/__manifest__.py index 48a585b69..acd5da303 100755 --- a/auth_jwt/__manifest__.py +++ b/auth_jwt/__manifest__.py @@ -8,7 +8,7 @@ "version": "17.0.1.1.0", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", - "maintainers": ["sbidoul"], + "maintainers": ["elheit"], "website": "https://github.com/OCA/server-auth", "depends": [], "external_dependencies": {"python": ["pyjwt", "cryptography"]}, diff --git a/auth_jwt/readme/CONTRIBUTORS.rst b/auth_jwt/readme/CONTRIBUTORS.rst index 0053a24dd..fd4f01a68 100755 --- a/auth_jwt/readme/CONTRIBUTORS.rst +++ b/auth_jwt/readme/CONTRIBUTORS.rst @@ -1 +1 @@ -* Stéphane Bidoul +* Elheit Mohamed Lamine \ No newline at end of file diff --git a/auth_jwt/static/description/index.html b/auth_jwt/static/description/index.html index 3a3afb1a0..c035e6d7d 100755 --- a/auth_jwt/static/description/index.html +++ b/auth_jwt/static/description/index.html @@ -466,7 +466,7 @@

Authors

Contributors

@@ -477,8 +477,8 @@

Maintainers

mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

-

sbidoul

-

This module is part of the OCA/server-auth project on GitHub.

+

elheit

+

This module is part of the OCA/server-auth project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/auth_jwt_demo/README.rst b/auth_jwt_demo/README.rst index 1e3bde107..8f6674dd6 100755 --- a/auth_jwt_demo/README.rst +++ b/auth_jwt_demo/README.rst @@ -17,13 +17,13 @@ Auth JWT Test :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github - :target: https://github.com/OCA/server-auth/tree/16.0/auth_jwt_demo + :target: https://github.com/OCA/server-auth/tree/17.0/auth_jwt_demo :alt: OCA/server-auth .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_jwt_demo + :target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_jwt_demo :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -92,7 +92,7 @@ Authors Contributors ~~~~~~~~~~~~ -* Stéphane Bidoul +* Elheit Mohamed Lamine Maintainers ~~~~~~~~~~~ @@ -107,13 +107,13 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -.. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px - :target: https://github.com/sbidoul - :alt: sbidoul +.. |maintainer-elheit| image:: https://github.com/elheit.png?size=40px + :target: https://github.com/elheit + :alt: elheit Current `maintainer `__: -|maintainer-sbidoul| +|maintainer-elheit| This module is part of the `OCA/server-auth `_ project on GitHub. diff --git a/auth_jwt_demo/__manifest__.py b/auth_jwt_demo/__manifest__.py index 29b1523ba..305ae242e 100755 --- a/auth_jwt_demo/__manifest__.py +++ b/auth_jwt_demo/__manifest__.py @@ -8,7 +8,7 @@ "version": "17.0.1.1.1", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", - "maintainers": ["sbidoul"], + "maintainers": ["elheit"], "website": "https://github.com/OCA/server-auth", "depends": ["auth_jwt"], "data": [], diff --git a/auth_jwt_demo/readme/CONTRIBUTORS.rst b/auth_jwt_demo/readme/CONTRIBUTORS.rst index 0053a24dd..0f8a70464 100755 --- a/auth_jwt_demo/readme/CONTRIBUTORS.rst +++ b/auth_jwt_demo/readme/CONTRIBUTORS.rst @@ -1 +1 @@ -* Stéphane Bidoul +* Elheit Mohamed Lamine diff --git a/auth_jwt_demo/static/description/index.html b/auth_jwt_demo/static/description/index.html index 609a4adfe..153ca632f 100755 --- a/auth_jwt_demo/static/description/index.html +++ b/auth_jwt_demo/static/description/index.html @@ -434,7 +434,7 @@

Authors

Contributors

@@ -445,8 +445,8 @@

Maintainers

mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

-

sbidoul

-

This module is part of the OCA/server-auth project on GitHub.

+

elheit

+

This module is part of the OCA/server-auth project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/requirements.txt b/requirements.txt index 302ba0e98..6139c1030 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ # generated from manifests external_dependencies +cryptography +pyjwt email_validator lxml pysaml2