Learn several different techniques and packages for adding authentication to web apps.
- The standard library has much of what you need to build services and apps.
- The http package provides the building blocks.
- There are other great packages in the Go ecosystem to help.
https://golang.org/pkg/net/http/
https://golang.org/doc/articles/wiki/
https://github.com/markbates/goth
https://jwt.io/
HTTP Basic Authentication: Code | Test
Authentication with Goth: Code | Test
JSON Web Tokens: Code | Test
TBD
All material is licensed under the Apache License Version 2.0, January 2004.