Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/api_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Media
.. currentmodule:: piccolo_api.media.s3

.. autoclass:: S3MediaStorage

.. currentmodule:: piccolo_api.media.azure

.. autoclass:: AzureMediaStorage
1 change: 1 addition & 0 deletions docs/source/jwt/examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async def in_blacklist(self, token: str) -> bool:

public_app.mount("/private", protected_app)


# This is optional if you want to provide a logout endpoint
# in your application. By adding a token to the token blacklist,
# you are invalidating the token and need to login again to get
Expand Down
Loading