Mike Over

Results 15 comments of Mike Over

@prescottprue Yes it's been fixed in the new release :)

I don't understand this gem, you install it, follow all of the instructions, you type rake routes and you'd think you could then go to the routes specified there such...

If anyone else runs into this, I finally got them working together. Had to make some changes to `redux-auth` but I integrated them and created a new repo at https://github.com/mikeover/react-boilerplate-redux-auth

I'm trying to do the same thing with a Rails 5 API using https://github.com/lynndylanhurley/devise_token_auth. I want users to be able to sign in with an oauth provider (Google, FB, etc.),...

@hpopp any updates on this? would like to use this as well

This is what I'm seeing:

I was looking for untrusted SSL so I can ignore bad or untrusted certificates, etc.

Thanks, would you mind taking a look at #65 also?

I only started logging it once I got that 401. But if I just print out the whole session instead (before that delete is called), the session doesn't even contain...

/auth/:provider/callback(.:format) => sessions#create And the /auth/:provider which is built into the gem I believe