diff --git a/README.md b/README.md index 19b33358..6b7a9d8f 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ addon | version | maintainers | summary [extendable](extendable/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Extendable classes registry loader for Odoo [extendable_fastapi](extendable_fastapi/) | 16.0.2.1.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Allows the use of extendable into fastapi apps [fastapi](fastapi/) | 16.0.1.2.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Odoo FastAPI endpoint -[fastapi_auth_jwt](fastapi_auth_jwt/) | 16.0.1.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication for FastAPI. -[fastapi_auth_jwt_demo](fastapi_auth_jwt_demo/) | 16.0.2.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for fastapi_auth_jwt. +[fastapi_auth_jwt](fastapi_auth_jwt/) | 16.0.1.0.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication for FastAPI. +[fastapi_auth_jwt_demo](fastapi_auth_jwt_demo/) | 16.0.2.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for fastapi_auth_jwt. [graphql_base](graphql_base/) | 16.0.1.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Base GraphQL/GraphiQL controller [graphql_demo](graphql_demo/) | 16.0.1.0.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | GraphQL Demo [pydantic](pydantic/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Utility addon to ease mapping between Pydantic and Odoo models diff --git a/fastapi_auth_jwt/README.rst b/fastapi_auth_jwt/README.rst index f7ab4df8..37d55d32 100644 --- a/fastapi_auth_jwt/README.rst +++ b/fastapi_auth_jwt/README.rst @@ -7,7 +7,7 @@ FastAPI Auth JWT support !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2829a34d48a1906819029e7b796d33a1ee2ad2a47693396da96f92ede04ec17d + !! source digest: sha256:ff6bdf24b6795875551cbccf4ada9ecce0b1a3991206de4f7022b6025b5db220 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fastapi_auth_jwt/__manifest__.py b/fastapi_auth_jwt/__manifest__.py index 2743ad50..6437d678 100644 --- a/fastapi_auth_jwt/__manifest__.py +++ b/fastapi_auth_jwt/__manifest__.py @@ -5,7 +5,7 @@ "name": "FastAPI Auth JWT support", "summary": """ JWT bearer token authentication for FastAPI.""", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"], diff --git a/fastapi_auth_jwt/static/description/index.html b/fastapi_auth_jwt/static/description/index.html index 22179062..e57243dd 100644 --- a/fastapi_auth_jwt/static/description/index.html +++ b/fastapi_auth_jwt/static/description/index.html @@ -367,7 +367,7 @@

FastAPI Auth JWT support

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2829a34d48a1906819029e7b796d33a1ee2ad2a47693396da96f92ede04ec17d +!! source digest: sha256:ff6bdf24b6795875551cbccf4ada9ecce0b1a3991206de4f7022b6025b5db220 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

This module provides FastAPI Depends to allow authentication with auth_jwt.

diff --git a/fastapi_auth_jwt_demo/README.rst b/fastapi_auth_jwt_demo/README.rst index 34426677..018a3ea7 100644 --- a/fastapi_auth_jwt_demo/README.rst +++ b/fastapi_auth_jwt_demo/README.rst @@ -7,7 +7,7 @@ FastAPI Auth JWT Test !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0808c6ada00df4f17e6f45cad7b22796dec0e945b1dddf2814d39a484e976b78 + !! source digest: sha256:7e014d71c6caa0eee959cdf9b1153e4ef259b88623dbdac5ff634a95ccfd0695 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fastapi_auth_jwt_demo/__manifest__.py b/fastapi_auth_jwt_demo/__manifest__.py index 05db5b63..1583de7c 100644 --- a/fastapi_auth_jwt_demo/__manifest__.py +++ b/fastapi_auth_jwt_demo/__manifest__.py @@ -5,7 +5,7 @@ "name": "FastAPI Auth JWT Test", "summary": """ Test/demo module for fastapi_auth_jwt.""", - "version": "16.0.2.0.0", + "version": "16.0.2.0.1", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"], diff --git a/fastapi_auth_jwt_demo/static/description/index.html b/fastapi_auth_jwt_demo/static/description/index.html index c990532a..459557fc 100644 --- a/fastapi_auth_jwt_demo/static/description/index.html +++ b/fastapi_auth_jwt_demo/static/description/index.html @@ -367,7 +367,7 @@

FastAPI Auth JWT Test

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0808c6ada00df4f17e6f45cad7b22796dec0e945b1dddf2814d39a484e976b78 +!! source digest: sha256:7e014d71c6caa0eee959cdf9b1153e4ef259b88623dbdac5ff634a95ccfd0695 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

Tests and demo routes for fastapi_auth_jwt.