|
|
|
|
|
by eric_bullington
4317 days ago
|
|
This is a very, very nice project -- almost enough to pull me back from ReactJS back to AngularJS. Almost. One question: they say it can be adapted to any Oauth1 or 2 provider, but doesn't the Oauth 2 provider have to support the Implicit Flow for this type of client-side app to work? If so, is it true that Github doesn't support Implicit flow? (this is what I've read, and I've not found much on the web otherwise about what exact oauth flows Github supports) |
|
I just implemented a GitHub sign-in and it took me only 8 minutes because on the server it was mostly copy-&-paste of the Facebook sign-in and on the client it's just:
Thank you. I like React too so perhaps someone could implement something like Satellizer that integrates with React.