backend for xcvr appview
2
fork

Configure Feed

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

not sure

+1 -1
+1 -1
server/internal/db/oauth.go
··· 140 140 VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)`, 141 141 info.State, 142 142 info.AuthServerURL, 143 - info.AccountDID.String(), 143 + info.AccountDID, 144 144 info.Scope, 145 145 info.AuthServerTokenEndpoint, 146 146 info.PKCEVerifier,