buddy-auth icon indicating copy to clipboard operation
buddy-auth copied to clipboard

http-basic doc need amending

Open krisleech opened this issue 7 years ago • 1 comments

In the http-basic section it says to add (wrap-authentication), but it seems that (wrap-authorization) middleware is also needed.

Without this middleware no 'basic auth' dialog is shown to enter the username/password.

This caught me out because it didn't even occur to me that I needed to add "authorization" to do "authentication".

Thanks!

krisleech avatar Feb 23 '18 13:02 krisleech

I created a PR to fix this issue: https://github.com/funcool/buddy-auth/pull/81

terop avatar Oct 07 '18 18:10 terop