Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo link and more detailed explanation of how it works #1

Closed
oyeanuj opened this issue Aug 6, 2016 · 4 comments
Closed

Demo link and more detailed explanation of how it works #1

oyeanuj opened this issue Aug 6, 2016 · 4 comments

Comments

@oyeanuj
Copy link

oyeanuj commented Aug 6, 2016

Hi @deepakaggarwal7, thank you for open-sourcing it! It looks very promising.

I was wondering -

  1. If you can share a more detailed explanation of how it works and/or the architecture as that will help better assess it compared to other options.
  2. Do you plan to put up a demo link that once can test it more with?

Thanks!

@deepakaggarwal7
Copy link
Owner

Thanks. I plan to launch a quick usage video once I integrate Facebook as
well. Should be through with both by next weekend.

On Sat, Aug 6, 2016 at 11:13 PM, Anuj notifications@github.com wrote:

Hi @deepakaggarwal7 https://github.com/deepakaggarwal7, thank you for
open-sourcing it! It looks very promising.

I was wondering -

  1. If you can share a more detailed explanation of how it works and/or the
    architecture as that will help better assess it compared to other options.
  2. Do you plan to put up a demo link that once can test it more with?

Thanks!


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ASnwbAG43cKq5TVSs2cxSH6KbrzaffRvks5qdMfZgaJpZM4JeVB6
.

@oyeanuj
Copy link
Author

oyeanuj commented Aug 11, 2016

Thanks @deepakaggarwal7! Looking forward to it - any documentation of how it works would be great :)

@oyeanuj
Copy link
Author

oyeanuj commented Aug 31, 2016

@deepakaggarwal7 Just following up to see if you have had a chance to implement it and/or provide the video or documentation?

@deepakaggarwal7
Copy link
Owner

I've added Facebook as well. To try out demo, follow steps below:

  1. Download the repo
  2. Open react-social-login and replace
    entry: './src/index.js',
    externals:{
    "react": "umd react"
    },
    WITH
    entry: './demo/index.js',
    /externals:{
    "react": "umd react"
    }
    /,
  3. Set AppID for Google and/or Facebook in demo/demo.jsx
  4. Run webpack
  5. Run webpack-dev-server

You can access demo page as http://localhost:8080/webpack-dev-server/demo

You can change port by adding --port XXX in command at 4.

Will try to publish a video tutorial soon as well.

deepakaggarwal7 pushed a commit that referenced this issue Jul 25, 2021
added onLoginFailure logic at sdk.login canceled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants