|
1 | 1 | #Golang and GORM - User Registration and Email Verification
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 | In this comprehensive guide, you will learn how to secure a Golang RESTful API with JSON Web Tokens and Email verification. We will start by registering the user, verifying the user's email address, logging in the registered user, and logging out the authenticated user.
|
6 | 4 |
|
| 5 | + |
| 6 | + |
7 | 7 | ##Topics Covered
|
8 | 8 |
|
9 | 9 | - Golang and GORM JWT Authentication Overview
|
|