|
1 | 1 | #Golang, SQLC, and PostgreSQL: JWT Access & Refresh Tokens
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 | This article will teach you how to use the RS256 algorithm to implement JSON Web Token (JWT) Authentication and Authorization with Golang, Gin Gonic, SQLC, PostgreSQL, and Docker-compose. Also, you will learn how to use asymmetric encryption (private and public keys) to generate access and refresh JWTs in Golang.
|
6 | 4 |
|
| 5 | + |
| 6 | + |
7 | 7 | ##Topics Covered
|
8 | 8 |
|
9 | 9 | - Golang & SQLC JWT Authentication Overview
|
|