Conversation
Merge locally
- Update the readme
|
|
|
Dependencies lock updated. |
|
Thanks Brice! Here some examples for testing this PR. But digest is a bit complicated if you don't really know how to set correctly Realm or DigestDomain. This is why I generally implement BasicAuth because it's easier to setup and with a strong password + HTTPS there is no security problem (maybe @insp3ctre can argue on this point). Also, there is no need for external dependencies, look at this function: Digest is OK for me but I think we have to document (README) how to activate BeePing Auth more precisely with command line only (MacOS and GNU/Linux)? What do you think guys? Cheers ! |
|
I thought we can add the -auth-method argument. By default it could be "basic", and we could have "digest". |
|
Seems OK for me. |
- The default digest method is now 'clear' (no hashing) - Remove the go-http-auth dependency
|
Just made some changes. Please do not merge until I add at least md5 digest mechanism :) |


** BASED ON THE BRANCH "removing-gin" **
** MERGE FIRST "removing-gin" **
TODO: Update the dependencies lock (don't know how to do, sorry...)