Snippet - How to implement Web Authentication in an embedded HTTP Server

I just posted How to implement Web Authentication in an embedded HTTP Server on Codeshare. Feel free to discuss and make suggestions here.

4 Likes

@ LouisCpro - Looks good!

I can’t find where the Authentication class is defined?

Authenticaton class is only a mechanism that load 2 fields (login and password) from an SD Card, so that I can compare the SD config with the entered credential available in the request. That’s all !

Got it. Thanks.

Good post.