+1
-1
cmd/client_test/main.go
+1
-1
cmd/client_test/main.go
···if err := db.Exec("UPDATE oauth_sessions SET dpop_pds_nonce = ? WHERE did = ?", newNonce, did).Error; err != nil {
···if err := db.Exec("UPDATE oauth_sessions SET dpop_pds_nonce = ? WHERE did = ?", newNonce, did).Error; err != nil {
+12
-5
xrpc.go
+12
-5
xrpc.go
······
···+// - There is no `AuthInfo` on the client. Instead, you pass auth _with the request_ in the `Do()` function+// - There is an `XrpcAuthedRequestArgs` struct that contains all the info you need to complete an authed request+// - There is a `OnDpopPdsNonceChanged` callback that will run when the dpop nonce receives an update. You can···