DoDCIO / eads

Enterprise APIs for Data Sharing (EADS)
https://dodcio.github.io/eads
Other
7 stars 2 forks source link

API Keys vs OAuth vs Web Tokens #90

Closed jbjonesjr closed 7 years ago

jbjonesjr commented 7 years ago

Good article discussing API authentication technologies. I'm personally a big fan of OAuth tokens:

https://zapier.com/engineering/apikey-oauth-jwt/

killerbgt commented 7 years ago

Thanks for the link. I like the concept of JWT, but am not completely sold on using as of yet.