sleepy
sleepy copied to clipboard
Add support Simple Auth HTTP
Add support Simple Auth HTTP
Like -> https://github.com/astaxie/beego/blob/master/plugins/auth/basic.go
Agreed. I'll look into this tomorrow.
:+1: Thanks
Any update on this?
Simple Auth is so much more insecure than Digest Auth. Please don't waste time with Simple Auth.
If you need simple or digest auth, just add it to your project using a middleware/filter (a function that runs before your handler).
https://github.com/abbot/go-http-auth