Skip to content

Commit

Permalink
add starlette-context to 'third party packages' docs (#420) (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik authored and tomchristie committed Dec 29, 2019
1 parent 06d0fc4 commit c80558e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/third-party-packages.md
Expand Up @@ -63,6 +63,13 @@ type annotations.

The ultimate Python library in building OAuth and OpenID Connect clients and servers. Check out how to integrate with [Starlette](https://docs.authlib.org/en/latest/client/starlette.html).

### Starlette Context

<a href="https://github.com/tomwojcik/starlette-context" target="_blank">GitHub</a>

Middleware for Starlette that allows you to store and access the context data of a request.
Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.

## Frameworks

### Responder
Expand Down

0 comments on commit c80558e

Please sign in to comment.