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

Unable to Log in properly with Google #36

Closed
gsccheng opened this issue Jul 10, 2015 · 3 comments
Closed

Unable to Log in properly with Google #36

gsccheng opened this issue Jul 10, 2015 · 3 comments

Comments

@gsccheng
Copy link

Hi, I cloned a fresh copy from Master and after installing the dependencies I am unable to log in with Google.

From the login route, after clicking the green "Login with Google" button, I am redirected to the index page where the "Log in" button is still present in the Nav Bar.

On that note, are you working on a test suite? Do you have a list of priorities for new features published? Maybe I can help, I started modeling one after another Alt-Flux boilerplate using Chai/Mocha/Karma.

@choonkending
Copy link
Member

@gsccheng Hey thanks for asking!

You might have to export the variables:

export GOOGLE_CLIENTID=YOUR_CLIENTID export GOOGLE_SECRET=YOUR_SECRET

This will also involve setting Google Authentication. You can follow the steps here

Read more here.

I have not yet created an actual list apart from this simple one here in the README.

Currently the features being actively worked on are:

  1. React-hot-loader
  2. CSS loader

The testing suite isn't part of it, but I've had discussions with @psimyn to add them in, and created an issue for this a while ago #16

Any help is welcome!!

@gsccheng
Copy link
Author

Ah sorry, missed that! I thought the variables would have been read anyways through the || operator since you directly included your tokens/info in your secrets file. If I have anything for the tests I'll make a pull request. Thanks for all the hard work!

@choonkending
Copy link
Member

Thanks! :+1

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