Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support Simple Auth HTTP #19

Open
jniltinho opened this issue Mar 23, 2014 · 4 comments
Open

Add support Simple Auth HTTP #19

jniltinho opened this issue Mar 23, 2014 · 4 comments

Comments

@jniltinho
Copy link

Add support Simple Auth HTTP

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

@dougblack
Copy link
Owner

Agreed. I'll look into this tomorrow.

@jniltinho
Copy link
Author

👍
Thanks

@clooth
Copy link

clooth commented Jul 17, 2014

Any update on this?

@xeoncross
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants