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 Partner </ 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-partner ">
364- < h1 class ="title "> Fastapi Auth Partner</ 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-partner ">
370+ < h1 > Fastapi Auth Partner</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:57e60d4a203cd5e613e07fe0c1f6a207bd6b77f537ed5cbbbe72a1cc2184f0de
375+ !! source digest: sha256:2ebd9377ca7b035ab9fb0383513aacb5ca8645f69d5d85c171883b40b439017e
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/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/rest-framework/tree/16.0/fastapi_auth_partner "> < 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-16-0/rest-framework-16-0-fastapi_auth_partner "> < 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=16.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/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/rest-framework/tree/16.0/fastapi_auth_partner "> < 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-16-0/rest-framework-16-0-fastapi_auth_partner "> < 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=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module is the FastAPI implementation of < a class ="reference external " href ="../auth_partner "> auth_partner</ a >
374379it provides all the routes to manage the authentication of partners.</ p >
375380< p > < strong > Table of contents</ strong > </ p >
@@ -386,7 +391,7 @@ <h1 class="title">Fastapi Auth Partner</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 > First you have to add the auth router to your FastAPI endpoint and the authentication dependency to your app dependencies:</ p >
391396< pre class ="code python literal-block ">
392397< span class ="kn "> from</ span > < span class ="w "> </ span > < span class ="nn "> odoo.addons.fastapi</ span > < span class ="w "> </ span > < span class ="kn "> import</ span > < span class ="n "> dependencies</ span > < span class ="w ">
@@ -434,23 +439,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
434439</ ul >
435440</ div >
436441< div class ="section " id ="bug-tracker ">
437- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
442+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h2 >
438443< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/rest-framework/issues "> GitHub Issues</ a > .
439444In case of trouble, please check there if your issue has already been reported.
440445If you spotted it first, help us to smash it by providing a detailed and welcomed
441446< a class ="reference external " href ="https://github.com/OCA/rest-framework/issues/new?body=module:%20fastapi_auth_partner%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
442447< p > Do not contact contributors directly about support or help with technical issues.</ p >
443448</ div >
444449< div class ="section " id ="credits ">
445- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h1 >
450+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h2 >
446451< div class ="section " id ="authors ">
447- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h2 >
452+ < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h3 >
448453< ul class ="simple ">
449454< li > Akretion</ li >
450455</ ul >
451456</ div >
452457< div class ="section " id ="contributors ">
453- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h2 >
458+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h3 >
454459< ul class ="simple ">
455460< li > < a class ="reference external " href ="https://www.akretion.com "> Akretion</ a > :< ul >
456461< li > Sébastien Beau</ li >
@@ -460,7 +465,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
460465</ ul >
461466</ div >
462467< div class ="section " id ="maintainers ">
463- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h2 >
468+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> 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 " />
@@ -473,5 +478,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
473478</ div >
474479</ div >
475480</ div >
481+ </ div >
476482</ body >
477483</ html >
0 commit comments