In this course, you will learn how to work with various API authentication methods using Go. You’ll explore the basics of API Key authentication, manage sessions using cookies, and interact with APIs using JSON Web Tokens (JWTs). By the end of this course, you’ll be able to access and interact with protected APIs securely.
Overview
Syllabus
- Lesson 1: API Authentication with Go: Accessing Protected Routes Using API Keys
- Lesson 2: Session-Based Authentication with Go: Managing User Sessions and Accessing Protected Resources
- Lesson 3: Introduction to JWTs: Authenticate and Access Protected Endpoints with Go
- Lesson 4: Refreshing JWTs and Signing Out with Go