is coming soon...
ado.xyz

GoSF

Securing Go APIs with JSON Web Tokens

November 9, 2017 in San Francisco, CA

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 Golang API by giving you granular security, a homogenous auth architecture, decentralized issuance, debuggability and much more.