We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like -> https://github.com/astaxie/beego/blob/master/plugins/auth/basic.go
The text was updated successfully, but these errors were encountered:
Agreed. I'll look into this tomorrow.
Sorry, something went wrong.
👍 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
No branches or pull requests
Add support Simple Auth HTTP
Like -> https://github.com/astaxie/beego/blob/master/plugins/auth/basic.go
The text was updated successfully, but these errors were encountered: