Login and main router with jwt tokens

This commit is contained in:
SowinskiBraeden committed 2021-10-07 22:21:47 -07:00
1 parent 7049abf5d8
commit 0a357a7c2b
6 files changed
+219 -26

No files matched your search

+1
View File
@@ -3,6 +3,7 @@ module school-management
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gofiber/fiber/v2 v2.19.0
github.com/joho/godotenv v1.3.0
go.mongodb.org/mongo-driver v1.7.2