API Key Authentication Best Practices
1–7 of 7 posts
Re: API Key Authentication Best Practices
#2Re: API Key Authentication Best Practices
#3Re: API Key Authentication Best Practices
#4The checksum validation was something I hadn't come across before. Interesting way to minimize the load on the API key store.
Re: API Key Authentication Best Practices
#5I think having the chance to retrieve the api keys gives a much better Developer Experience to your consumers.
Re: API Key Authentication Best Practices
#6Regarding retrievable vs. irretrievable, I think is a matter of who do you delegate the ownership of the security. Using Irretrievable, you are transferring that to your users, which in a lot of scenarios just store them in plain text in non secure places. I think having the chance to retrieve the api keys gives a much better Developer Experience to your consumers.
Re: API Key Authentication Best Practices
#7Also, in addition to showing the creation date of the API key, I find it super friendly if it is possible to name the API key (and/or add a note to it).