mirror of
https://github.com/Kugelschieber/migo.git
synced 2026-01-18 14:50:29 +00:00
Basic login.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user