react-simple-oauth2-login icon indicating copy to clipboard operation
react-simple-oauth2-login copied to clipboard

Simple React component for OAuth2 login - Supports Authorization Code and Implicit Grant flows.

Results 20 react-simple-oauth2-login issues
Sort by recently updated
recently updated
newest added

Hello everyone, thanks for the library first of all! I'm working with a cross-origin request and I need to display the code from the response. However, when I try it...

documentation

It seems that the package has a dependency for react 16-17. Is this a matter of testing or are there breaking changes in react 18?

This pull request moves the functionality of the oauth logic into a hook. That way this package can be utilised headlessly allowing developers to manage the UI aspect. I've put...

enhancement
question

I'm having an issue getting this working on my app. I've followed the example and the popup opens and retrieves a code from the auth endpoint, then redirects to `http://localhost:3001/auth/redirect`...

Some things seem to be consistently confusing new users of the package: * How to specify scope: it _is_ mentioned in the doc, but someone asked [here](https://github.com/bhubr/react-simple-oauth2-login/issues/21). It should maybe...

documentation
help wanted

How can i use with typescript?

Just a quick way to get some typescript defs into the repo. I couldn't figure out a way to get them to auto-generate, but for the moment this library is...

Reference to #45 by @jshthornton