sleepy icon indicating copy to clipboard operation
sleepy copied to clipboard

Add support Simple Auth HTTP

Open jniltinho opened this issue 10 years ago • 4 comments

Add support Simple Auth HTTP

Like -> https://github.com/astaxie/beego/blob/master/plugins/auth/basic.go

jniltinho avatar Mar 23 '14 20:03 jniltinho

Agreed. I'll look into this tomorrow.

dougblack avatar Mar 30 '14 06:03 dougblack

:+1: Thanks

jniltinho avatar Mar 30 '14 19:03 jniltinho

Any update on this?

clooth avatar Jul 17 '14 12:07 clooth

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

xeoncross avatar Feb 11 '15 16:02 xeoncross