In this course, we will secure our Gin ToDo application by implementing functionalities to manage user authentication through registration and login processes, securing all API methods, managing user sessions with cookies, and covering the application with unit tests.
Overview
Syllabus
- Lesson 1: Introducing Register and Login Functionality
- Lesson 2: Protecting All API Methods with Authentication
- Lesson 3: Managing User Sessions with Cookies
- Lesson 4: Implementing Tests for Your API with a Testing Framework