adambrgmn / react-oauth-flow

An OAuth2 flow for React apps
MIT License
94 stars 37 forks source link

Request Accesstoken using code. #35

Open priyank6796 opened 5 years ago

priyank6796 commented 5 years ago

react-oauth

adambrgmn commented 5 years ago

Hi, sorry for the long silence. As I have mentioned to others as the popularity of this module grew I have come to understand that each OAuth implementation doesn't work the same way.

And I'm yet too figure out the best way to make this work with sensible defaults together with the ability to extend it.

I will take another look during the coming weeks and hopefully something more extendable will come out.

As of now it's probably faster and will mean less code overhead if you run your own fork in your project tweaking the settings on your own.

And please reach out if you have any ideas on how to update the api of this library.