basic oauth validation added

This commit is contained in:
ju09279
2024-09-01 17:48:07 +02:00
parent aea7e147e5
commit 3964a1ba59
8 changed files with 350 additions and 29 deletions

View File

@@ -8,11 +8,12 @@ import (
func main() {
if ok := godotenv.Load(); ok != nil {
if ok := godotenv.Load(".env"); ok != nil {
panic(".env not found")
}
InitDB()
err := run()
if err != nil {
fmt.Println(err)