Reputation: 3678
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?
Upvotes: 0
Views: 134
Reputation: 1778
An API key is a method of authentication. Using them for security purposes is often frowned upon. You can read more about them here
Upvotes: 1