···77> You should always validate user input. The example/test code inside this repo may be used as an implementation guide, but no guarantees are made.
8899```bash
1010-go get tangled.sh/icyphox.sh/atproto-oauth
1010+go get tangled.org/anirudh.fi/icyphox.sh/atproto-oauth
1111```
12121313## Prerequisites
···1717 "github.com/golang-jwt/jwt/v5"
1818 "github.com/google/uuid"
1919 "github.com/lestrrat-go/jwx/v2/jwk"
2020- "tangled.sh/icyphox.sh/atproto-oauth/internal/helpers"
2020+ "tangled.org/anirudh.fi/atproto-oauth/internal/helpers"
2121)
22222323// This xrpc client is copied from the indigo xrpc client, with some tweaks: