You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# PSR-7 and PSR-15 Basic Auth Middleware
2
2
3
3
> [!NOTE]
4
-
> This package is a maintained versions of a [tuupola/slim-basic-auth](https://github.com/tuupola/slim-basic-auth/tree/3.x),
5
-
> version 1 is forked from 3.x and will remained 100% backward compatible with the original libary.
4
+
> This package is a maintained version of a [tuupola/slim-basic-auth](https://github.com/tuupola/slim-basic-auth/tree/3.x),
5
+
> version 1 is forked from 3.x and will remained 100% backward compatible with the original library.
6
6
7
7
This middleware implements [HTTP Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). It was originally developed for Slim but can be used with all frameworks using PSR-7 or PSR-15 style middlewares. It has been tested with [Slim Framework](http://www.slimframework.com/) and [Zend Expressive](https://zendframework.github.io/zend-expressive/).
0 commit comments