React js OAuth2

Can someone please provide a minimal working example of Patreon OAuth2 as used by a React js project.

I have tried to use multiple different imported React OAuth2 components and wrappers as well as solving the issue myself. Despite having a working Google, Spotify ect OAuth I simply cannot get the Patreon OAuth system to work.

Or at the very least can someone please confirm that it is even possible with a client side rendered React request.

It would be possible to do it in however way you did the other oauth formats. But there isn’t a maintained lib or package for React.

You can read the logic in the PHP library and replicate it in your React setup. The oauth logic and the API calls work the same anyway.