From ec13d43c3e16fb6f640af20465caff1365e7d678 Mon Sep 17 00:00:00 2001 From: Jason Chin Date: Sat, 19 Sep 2020 11:54:53 -0400 Subject: [PATCH] Add note about only supporting HTTP basic auth --- website/content/middleware/casbin-auth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/middleware/casbin-auth.md b/website/content/middleware/casbin-auth.md index 17e1c5a6..34a8bd34 100644 --- a/website/content/middleware/casbin-auth.md +++ b/website/content/middleware/casbin-auth.md @@ -21,6 +21,8 @@ description = "Casbin Auth middleware for Echo. It supports access control model > Echo community contribution +Note: Currently, only HTTP basic authentication is supported. + ## Dependencies ```go