33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > FastAPI Auth JWT support </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="fastapi-auth-jwt-support ">
364- < h1 class ="title "> FastAPI Auth JWT support</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="fastapi-auth-jwt-support ">
370+ < h1 > FastAPI Auth JWT support</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:2829a34d48a1906819029e7b796d33a1ee2ad2a47693396da96f92ede04ec17d
375+ !! source digest: sha256:2606d5cbb6301db8f6adbdd7250ca1758636e1529e6b27c915aa59e819b68f28
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < 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/rest-framework/tree/18.0/fastapi_auth_jwt "> < img alt ="OCA/rest-framework " src ="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-fastapi_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/rest-framework&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < 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/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/rest-framework/tree/18.0/fastapi_auth_jwt "> < img alt ="OCA/rest-framework " src ="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-fastapi_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/rest-framework&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module provides < tt class ="docutils literal "> FastAPI</ tt > < tt class ="docutils literal "> Depends</ tt > to allow authentication
374379with
375380< a class ="reference external " href ="https://github.com/OCA/server-auth/tree/18.0/auth_jwt "> auth_jwt</ a > .</ p >
@@ -386,7 +391,7 @@ <h1 class="title">FastAPI Auth JWT support</h1>
386391</ ul >
387392</ div >
388393< div class ="section " id ="usage ">
389- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
394+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
390395< p > The following FastAPI dependencies are provided and importable from
391396< tt class ="docutils literal "> odoo.addons.fastapi_auth_jwt.dependencies</ tt > :</ p >
392397< p > < tt class ="docutils literal "> def auth_jwt_authenticated_payload() < span class ="pre "> -></ span > Payload</ tt > </ p >
@@ -444,23 +449,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
444449comfort when using the swagger interface).</ blockquote >
445450</ div >
446451< div class ="section " id ="bug-tracker ">
447- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
452+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h2 >
448453< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/rest-framework/issues "> GitHub Issues</ a > .
449454In case of trouble, please check there if your issue has already been reported.
450455If you spotted it first, help us to smash it by providing a detailed and welcomed
451456< a class ="reference external " href ="https://github.com/OCA/rest-framework/issues/new?body=module:%20fastapi_auth_jwt%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
452457< p > Do not contact contributors directly about support or help with technical issues.</ p >
453458</ div >
454459< div class ="section " id ="credits ">
455- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h1 >
460+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h2 >
456461< div class ="section " id ="authors ">
457- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h2 >
462+ < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h3 >
458463< ul class ="simple ">
459464< li > ACSONE SA/NV</ li >
460465</ ul >
461466</ div >
462467< div class ="section " id ="maintainers ">
463- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Maintainers</ a > </ h2 >
468+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Maintainers</ a > </ h3 >
464469< p > This module is maintained by the OCA.</ p >
465470< a class ="reference external image-reference " href ="https://odoo-community.org ">
466471< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -475,5 +480,6 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
475480</ div >
476481</ div >
477482</ div >
483+ </ div >
478484</ body >
479485</ html >
0 commit comments