Skip to content

Commit

Permalink
Update authentication.md (#1165)
Browse files Browse the repository at this point in the history
import 'Starlette'

Co-authored-by: Joe <nigelchiang@outlook.com>
  • Loading branch information
hitrust and j178 committed Apr 28, 2021
1 parent f58c4c2 commit 1a51dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/authentication.md
Expand Up @@ -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
Expand Down

0 comments on commit 1a51dfa

Please sign in to comment.