Skip to content

Commit

Permalink
datasette-auth-github is now asgi-auth-github (#967)
Browse files Browse the repository at this point in the history
simonw/datasette-auth-github#63

Co-authored-by: Florimond Manca <[email protected]>
Co-authored-by: Erik <[email protected]>
Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
4 people authored Sep 18, 2021
1 parent 6902361 commit 04242e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ when proxy servers are being used, based on the `X-Forwarded-Proto` and `X-Forwa
A middleware class to emit timing information (cpu and wall time) for each request which
passes through it. Includes examples for how to emit these timings as statsd metrics.

#### [datasette-auth-github](https://github.com/simonw/datasette-auth-github)
#### [asgi-auth-github](https://github.com/simonw/asgi-auth-github)

This middleware adds authentication to any ASGI application, requiring users to sign in
using their GitHub account (via [OAuth](https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/)).
Expand Down

0 comments on commit 04242e3

Please sign in to comment.