Search code examples
api-key

Is API key a way of Authorization or Authentication?


I am using API keys with my web service. I share a key with the client and they send it with every request.

Is this Authorization or Authentication?


Solution

  • An API key is a method of authentication. Using them for security purposes is often frowned upon. You can read more about them here