Tanet Trimas
Results
2
comments of
Tanet Trimas
I did something along these lines which worked nice for our use-case: ```typescript jsx interface SanityResponse extends SanityDocument { beskrivelse: string; embeddedInnhold: PortableTextBlock[]; maal: string; tittel: string; } function MyComponent()...
Hi! I am considering implementing support for this. Would this be considered a breaking change given that PKCE is required in OAuth 2.1 or should it just be optional to...