Mbed TLS support for basic authentication?

Hi,

I am using mbedtls based embedded web server. I need to add basic authentication in that but couldn’t find much information.
Is there any support for basic authentication available in mbedtls ?
I did find some base64 decoding functions available in mbedtls library. Other than that no much.

Your embedded http server should support that. What kind of the server are you using?

Hi thanks for your response. I have managed to implement that. It was simple mbedtls server