Weave Engineer/Carson Anderson/Go JWT Auth

Published Mon, 13 Jun 2022 16:22:22 -0600
147 Words

JWT at Weave

Go is a systems language. A big part of nearly every system is authentication.

This means that sooner or later you may need to use JWT (JSON Web Tokens) when integrating something with Go. While it’s unlikely you will need to build a JWT system from scratch, doing so may help you when it comes time for you to accept someone else’s tokens in your Go application.

This series starts with the absolute basics of JWT authentication and ends with a fully integrated Go JWT system. It is designed to be a solid foundation from which you can start you Go JWT integrations.

Series Posts