backend for xcvr appview
2
fork

Configure Feed

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

additional logging

+1 -1
+1 -1
server/internal/oauth/service.go
··· 130 130 } 131 131 resp, err = s.oauth.SendParAuthRequest(ctx, authserver, meta, handle, "atproto transition:generic", dpop) 132 132 if err != nil { 133 - err = errors.New("error sending PAR auth request:" + err.Error()) 133 + err = errors.New("error sending PAR auth request to " + authserver + " h: "+ handle + err.Error()) 134 134 } 135 135 return 136 136 }