From 0f1d1b7987e564e0f1bb800ddb2b0aa4168a3cc3 Mon Sep 17 00:00:00 2001 From: "alex.oleshkevich" Date: Wed, 6 Oct 2021 11:37:09 +0300 Subject: [PATCH] Add Imia library. --- docs/third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index a21f31ba2..e4a4c8b2a 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -105,6 +105,13 @@ An alternate session support implementation with customizable storage backends. A Starlette middleware that allows **brotli**, **gzip** and **deflate** compression algorithm with a minimal requirements. +### Imia + +GitHub + +An authentication framework for Starlette with pluggable authenticators and login/logout flow. + + ## Frameworks ### Responder