Skip to content

Commit

Permalink
docs - authentication sections
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Aug 20, 2023
1 parent 4934ef9 commit 49e5135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiopenapi3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0a9"
__version__ = "0.3.0"
6 changes: 3 additions & 3 deletions docs/source/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ reset authentication identifiers
Authentication Methods
======================
----------------------

apiKey
---------
^^^^^^
In case you fail to authenticate using apiKey, it may be required to prefix the apiKey with a keyword which is not documented within the description document.

e.g.:
Expand All @@ -109,7 +109,7 @@ e.g.:
api.authenticate(tokenAuth=f"Token {key}")
mutualTLS
---------
^^^^^^^^^
MutualTLS authentication requires
* certificate file
* key file
Expand Down

0 comments on commit 49e5135

Please sign in to comment.