berthubert / simplomon

Very simple monitoring system with a single configuration file
MIT License
119 stars 15 forks source link

Use cpp-httplib for Authorization header logic instead of OpenSSL #36

Open wandernauta opened 6 months ago

wandernauta commented 6 months ago

The implementation has different (perhaps: less luxurious) behavior: both username and password must now be set (and must be correct) for checkAuth to succeed; on authentication failure, the attempted username is no longer logged.

In exchange, the implementation is slightly shorter.