Basic Auth
Basic Auth (Basic Authentication) is a simple method of user authentication on the internet. In this process, the client (e.g., a browser or an app) sends the username and password to the server with every request. The credentials are Base64-encoded, which is not encryption. Therefore, the connection should always be secured, for example via HTTPS.
Was this article helpful?
Thank you for your feedback!