add login logic
This commit is contained in:
1 parent
e459e61fba
commit
81f2943967
6 files changed
+148
-5
No files matched your search
@@ -3,8 +3,10 @@ module github.com/SowinskiBraeden/BugBeGone
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/gofiber/fiber/v2 v2.31.0
|
||||
github.com/gofiber/template v1.6.26
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/joho/godotenv v1.4.0
|
||||
go.mongodb.org/mongo-driver v1.8.4
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
||||
|
||||
Reference in new issue
Block a user