Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active June 5, 2024 16:38
Show Gist options
  • Select an option

  • Save wilmoore/5e946c314d098bf42fb7efb38bbec099 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/5e946c314d098bf42fb7efb38bbec099 to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Development :: Authentication :: Basic Authentication

Software Engineering :: Web :: Development :: Authentication :: Basic Authentication

⪼ Made with 💜 by Polyglot.

related

About

Involves sending a username and password with each request, but can be less secure without encryption.

When to use

Suitable for simple applications where security and encryption aren’t the primary concern or when used over secured connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment