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/a87587b70e35e880b8f3faa9f0c50feb to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/a87587b70e35e880b8f3faa9f0c50feb to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Development :: Authentication :: API Key Authentication

Software Engineering :: Web :: Development :: Authentication :: API Key Authentication

⪼ Made with 💜 by Polyglot.

About

Assigns unique keys to users or applications, sent in headers or parameters; while simple, it might lack the security features of token-based or OAuth methods.

When to use

Convenient for straightforward access control in less sensitive environments or for granting access to certain functionalities without the need for user-specific permissions.

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