Austin Go Language User Group
Securing Go APIs with JSON Web Tokens
March 21, 2018 in Austin, Texas
Most APIs today use an API Key to authenticate legitimate clients. API Keys are very simple to use from the consumer perspective, however, life isn’t as easy from the API producer part. In this talk, Ado Kukic will show how using JWTs as API Keys can greatly improve the architecture of your Go API by giving you granular security, a homogenous auth architecture, decentralized issuance, debuggability and much more.