feat: use postgres to fetch and store user info
This commit is contained in:
parent
79e8ece948
commit
6cbf0afb33
9 changed files with 175 additions and 42 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module nyanimedb
|
|||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/alexedwards/argon2id v1.0.0
|
||||
github.com/gin-contrib/cors v1.7.6
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
github.com/golang-jwt/jwt/v5 v5.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue