Best secure approach with Basic Auth
Due to several customer reasons our product needs to support Basic Auth as primary authentication mechanism with client’s service account.
We are using Bcrypt to store customer’s password in our DB, however Bcrypt (combined with Basic Auth… Continue reading Best secure approach with Basic Auth