Skip to content

Commit 85255bf

Browse files
committed
[BOT] post-merge updates
1 parent af5fedb commit 85255bf

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addon | version | maintainers | summary
2525
[auth_api_key](auth_api_key/) | 16.0.1.0.1 | | Authenticate http requests from an API key
2626
[auth_api_key_group](auth_api_key_group/) | 16.0.1.0.0 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys.
2727
[auth_api_key_server_env](auth_api_key_server_env/) | 16.0.1.0.1 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention:
28-
[auth_jwt](auth_jwt/) | 16.0.1.1.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> | JWT bearer token authentication.
28+
[auth_jwt](auth_jwt/) | 16.0.1.2.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> | JWT bearer token authentication.
2929
[auth_jwt_demo](auth_jwt_demo/) | 16.0.1.1.1 | <a href='https://github.com/sbidoul'><img src='https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | Test/demo module for auth_jwt.
3030
[auth_jwt_server_env](auth_jwt_server_env/) | 16.0.1.0.0 | | This addon adds auth.jwt.validator fields to server env
3131
[auth_ldaps](auth_ldaps/) | 16.0.1.0.0 | | Allows to use LDAP over SSL authentication

auth_jwt/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
========
26
Auth JWT
37
========
@@ -7,13 +11,13 @@ Auth JWT
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d22309ac82ef1eb8879974683b10d4be288eb330fd7e250927f1a8d602dc3988
14+
!! source digest: sha256:e33c8141266d095f19d5aa7b039ebec3750d0bf8962268b3760435570403e7e9
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github

auth_jwt/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Auth JWT",
66
"summary": """
77
JWT bearer token authentication.""",
8-
"version": "16.0.1.1.0",
8+
"version": "16.0.1.2.0",
99
"license": "LGPL-3",
1010
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1111
"maintainers": ["sbidoul"],

auth_jwt/static/description/index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Auth JWT</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="auth-jwt">
364-
<h1 class="title">Auth JWT</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="auth-jwt">
370+
<h1>Auth JWT</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d22309ac82ef1eb8879974683b10d4be288eb330fd7e250927f1a8d602dc3988
375+
!! source digest: sha256:e33c8141266d095f19d5aa7b039ebec3750d0bf8962268b3760435570403e7e9
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/server-auth/tree/16.0/auth_jwt"><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-16-0/server-auth-16-0-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/server-auth&amp;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/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/server-auth/tree/16.0/auth_jwt"><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-16-0/server-auth-16-0-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/server-auth&amp;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>JWT bearer token authentication.</p>
374379
<p><strong>Table of contents</strong></p>
375380
<div class="contents local topic" id="contents">
@@ -386,11 +391,11 @@ <h1 class="title">Auth JWT</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="installation">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
390395
<p>This module requires the <tt class="docutils literal">pyjwt</tt> library to be installed.</p>
391396
</div>
392397
<div class="section" id="usage">
393-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
394399
<p>This module lets developpers add a new <tt class="docutils literal">jwt</tt> authentication method on Odoo
395400
controller routes.</p>
396401
<p>To use it, you must:</p>
@@ -448,31 +453,33 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
448453
JWT token.</p>
449454
</div>
450455
<div class="section" id="bug-tracker">
451-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
456+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
452457
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
453458
In case of trouble, please check there if your issue has already been reported.
454459
If you spotted it first, help us to smash it by providing a detailed and welcomed
455460
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_jwt%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
456461
<p>Do not contact contributors directly about support or help with technical issues.</p>
457462
</div>
458463
<div class="section" id="credits">
459-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
464+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
460465
<div class="section" id="authors">
461-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
466+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
462467
<ul class="simple">
463468
<li>ACSONE SA/NV</li>
464469
</ul>
465470
</div>
466471
<div class="section" id="contributors">
467-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
472+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
468473
<ul class="simple">
469474
<li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li>
470475
</ul>
471476
</div>
472477
<div class="section" id="maintainers">
473-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
478+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
474479
<p>This module is maintained by the OCA.</p>
475-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
480+
<a class="reference external image-reference" href="https://odoo-community.org">
481+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
482+
</a>
476483
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
477484
mission is to support the collaborative development of Odoo features and
478485
promote its widespread use.</p>
@@ -483,5 +490,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
483490
</div>
484491
</div>
485492
</div>
493+
</div>
486494
</body>
487495
</html>

0 commit comments

Comments
 (0)