backend for xcvr appview
3
fork

Configure Feed

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

fix

+2
+2
server/internal/db/oauth.go
··· 109 109 &ari.AuthServerURL, 110 110 &did, 111 111 &ari.Scope, 112 + &ari.RequestURI, 112 113 &ari.AuthServerTokenEndpoint, 113 114 &ari.PKCEVerifier, 114 115 &ari.DPoPAuthServerNonce, ··· 142 143 info.AuthServerURL, 143 144 info.AccountDID, 144 145 info.Scope, 146 + info.RequestURI, 145 147 info.AuthServerTokenEndpoint, 146 148 info.PKCEVerifier, 147 149 info.DPoPAuthServerNonce,