From 04242e3a63c6cd640a45191bd517f8e9db5335c1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 18 Sep 2021 05:39:39 -0700 Subject: [PATCH] datasette-auth-github is now asgi-auth-github (#967) https://github.com/simonw/datasette-auth-github/issues/63 Co-authored-by: Florimond Manca Co-authored-by: Erik Co-authored-by: Marcelo Trylesinski --- docs/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/middleware.md b/docs/middleware.md index ecef6d6f..4c6fb8a9 100644 --- a/docs/middleware.md +++ b/docs/middleware.md @@ -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/)). -- 2.47.3