react-simple-oauth2-login
react-simple-oauth2-login copied to clipboard
Simple React component for OAuth2 login - Supports Authorization Code and Implicit Grant flows.
@bhubr what are your thoughts on automating releases for this package using https://www.npmjs.com/package/semantic-release I'm happy to get it implemented. Might also be a good tie to move over to github...
Running npm start in the example client folder returns ``` Server running at http://localhost:1234 × react-simple-oauth2-login\example\client\src\AuthorizationCodeExample.js:11:7: Cannot resolve dependency './settings-code' at 'react-simple-oauth2-login\example\client\src\settings-code' 9 | oauthServerUrl, 10 | scope, > 11...
[x] Basic support [ ] Check state [ ] Clear PKCE transient values in localStorage/sessionStorage [x] Add example [ ] Add example's sample config file [ ] Document (new prop...
_As mentioned in https://github.com/bhubr/react-simple-oauth2-login/pull/20#issuecomment-862316655_ During testing I encountered some browsers which apparently lack all or some of the following: - popup URL tracking (like you use) - `window.opener` being set...
When passing a redirectUri `http://localhost:3000/#/oauth-callback/discord` The pop-up link generated by this lib is: `https://discord.com/oauth2/authorize?client_id=X&redirect_uri=http://localhost:3000/#/oauth-callback/discord&response_type=token` Discord will reject the request with the message: "Invalid redirect URI" If I manually encode the...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Add a prop to the Component to allow different methods when clicking the button. I.E: Popout (default now), new tab(_blank) & current window. I might look into this myself in...
Hello , I added OAuth2Login to my project. I saw that problem. How to solve this problem ``` ./node_modules/react-simple-oauth2-login/src/OAuth2Login.jsx 93:11 Module parse failed: Unexpected token (93:11) You may need an...