Basic login.

This commit is contained in:
2023-08-01 23:19:14 +02:00
parent 79af3538bc
commit 8261a31679
12 changed files with 567 additions and 110 deletions

View File

@@ -7,7 +7,7 @@ import (
"net/http"
)
func DebugHandler(w http.ResponseWriter, r *http.Request) {
func Debug(w http.ResponseWriter, r *http.Request) {
_, claims, err := jwtauth.FromContext(r.Context())
if err != nil {