|
1 | 1 | #API with Golang + GORM + PostgreSQL: Access & Refresh Tokens
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 | This article will teach you how to secure a Golang application with access and refresh tokens using GORM, Postgres, Docker, and Docker-compose. Also, you will learn how to use the RS256 algorithm with private and public keys to sign the tokens.
|
6 | 4 |
|
| 5 | + |
| 6 | + |
7 | 7 | ##Topics Covered
|
8 | 8 |
|
9 | 9 | - Golang, Gin & GORM JWT Authentication Overview
|
|