Swizec / useAuth

The simplest way to add authentication to your React app. Supports various providers.
https://useauth.dev
MIT License
2.6k stars 107 forks source link

Question: Support for PKCE flow? #4

Open jimthedev opened 5 years ago

jimthedev commented 5 years ago

Hi there. Does this support the pkce flow / Chrome extension flow?

Swizec commented 5 years ago

Not yet but I'm going to look into it. Or I can accept a nice PR :)

NotMyself commented 5 years ago

Hey @Swizec, I see you are using Auth0.js. Check out the new SPA SDK. It has PKCE flow built-in. Might be able to migrate over to it and get this feature for free!

Nice work on your lib by the way. Very cool.

FrikanRw commented 4 years ago

@Swizec Could I take a crack at this PR for you?