We are going to build a basic server in Go and set up authentication endpoints. Which can sign up a new user, login an existing user, and logout a user.
- The basics of Go Lang including its syntax.
- Fiber (An Express Inspired Framework written in Go)
- We are going to learn how to create a new Go server with the Fiber framework
- We are going to learn how to work with slices.
- We are going to learn how to work with JWTs in Go.