This simple go program creates jwt tokens based on gin.

This commit is contained in:
2023-03-30 00:01:31 +02:00
parent bfc2c3584c
commit f53fc43920
13 changed files with 434 additions and 1 deletions

1
.gitignore vendored
View File

@@ -21,3 +21,4 @@
# Go workspace file
go.work
Go-JWT-Tests