this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add logging

+3
+3
server.go
··· 193 193 194 194 func getRequestUserDID(r *http.Request) (string, error) { 195 195 headerValues := r.Header["Authorization"] 196 + 197 + slog.Info("header values", "vals", headerValues) 198 + 196 199 if len(headerValues) != 1 { 197 200 return "", fmt.Errorf("missing authorization header") 198 201 }