Skip to content

Commit fec72e1

Browse files
authored
Update readMe.md
1 parent b957bd4 commit fec72e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Golang, SQLC, and PostgreSQL: JWT Access & Refresh Tokens
22

3-
![Golang, SQLC, and PostgreSQL: JWT Access & Refresh Tokens](https://codevoweb.com/wp-content/uploads/2022/06/Build-Golang-PostgreSQL-API-JWT-Access-and-Refresh-Tokens.webp)
4-
53
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.
64

5+
![Golang, SQLC, and PostgreSQL: JWT Access & Refresh Tokens](https://codevoweb.com/wp-content/uploads/2022/06/Build-Golang-PostgreSQL-API-JWT-Access-and-Refresh-Tokens.webp)
6+
77
## Topics Covered
88

99
- Golang & SQLC JWT Authentication Overview

0 commit comments

Comments
 (0)