From 1a51dfabf7575278c89857de053447f2ca936efc Mon Sep 17 00:00:00 2001 From: hitrust Date: Wed, 28 Apr 2021 17:42:02 +0800 Subject: [PATCH] Update authentication.md (#1165) import 'Starlette' Co-authored-by: Joe --- docs/authentication.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/authentication.md b/docs/authentication.md index d5970aa4f..d4af5b216 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -5,6 +5,7 @@ interfaces will be available in your endpoints. ```python +from starlette.applications import Starlette from starlette.authentication import ( AuthenticationBackend, AuthenticationError, SimpleUser, UnauthenticatedUser, AuthCredentials