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

A React Twitter Login Component

Results 20 react-twitter-auth issues
Sort by recently updated
recently updated
newest added

/node_modules/react-twitter-auth/src/index.js Module parse failed: /Users//Documents/dev/syptime/syptime/react-twitter-auth/example/twitter-example/node_modules/react-twitter-auth/src/index.js Unexpected token (142:6) You may need an appropriate loader to handle this file type. | getDefaultButtonContent() { | const defaultIcon = this.props.showIcon ? ( |...

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 to 5.7.7. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.7 / 2019-10-24 > ================== > * fix(populate): make populate virtual consistently an empty array if local field...

dependencies

I'm trying to follow [this tutorial](https://medium.com/@robince885/how-to-do-twitter-authentication-with-react-and-restful-api-e525f30c62bb). I'm 90% of the way there, but having trouble with the callback URL. Can I inquire as to what settings are used in this...

Hi, The component is great, and is about 99% perfect for our use case; thanks for writing it! We'd like to be able to send the verifier and token to...

**What does this MR do** This MR implements adding a click property in case we need a side effect to occur before attempting login, side effects can be cancelled in...

I got this problem trying to implement Twitter login button in reactjs. After clicking on the login button and logging in successfully the popup window was not closed. I took...

How can I integrate this component with laravel socialite package as server? Thanks

Steps to reporduce: * create twitter app with callback url: `http://localhost:4000/api/v1/auth/twitter/reverse` * run example backend and frontend * click login with twitter button Error message appears in pop up window...

bug

I've been using this component and following the medium article https://medium.com/@robince885/how-to-do-twitter-authentication-with-react-and-restful-api-e525f30c62bb to get it all to work. It has been almost working for a day, and I was stuck where...

Quite an edge case with using **Firefox** on **iOS** which leads to opening blank tab and **not** loading `popup.location` URL caused by async action in [index.js:36](https://github.com/GenFirst/react-twitter-auth/blob/master/src/index.js#L36) Related Firefox issue: [Could...