react-simple-auth icon indicating copy to clipboard operation
react-simple-auth copied to clipboard

Authentication library for React based on Ember-Simple-Auth

Results 4 react-simple-auth issues
Sort by recently updated
recently updated
newest added

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...