react-simple-auth
react-simple-auth copied to clipboard
Authentication library for React based on Ember-Simple-Auth
The description on https://www.npmjs.com/package/react-simple-auth is from a previous commit. Probably doing a minor (v1.0.1) release would fix that.
`window.open` returns `null` if the window couldn't be opened.
Thanks for the great work. I have a Feature Request - I don't think it would take too much to support Authorization Code Grant with a Public Client (no client...
I checked how it works and found that the script uses `window.name` as `requestKey` to communicate via local storage to set url in it. There is an issue with login...