-
rails 5.0.3
gem 'devise'
gem 'devise_token_auth', :git => 'git://github.com/lynndylanhurley/devise_token_auth.git'
gem 'omniauth'
gem 'omniauth-facebook'
When I did "facebook login" with JS S…
-
After upgrading from Redis gem v4.8.0 to v5.0.2 we got the following error on Heroku.
Our Redis URLs take the form `redis://h:pxxxxxx@an.amazon.server:12345`
```
Resque.schedule = YAML.load_fi…
-
How are we feeling about CVE-2015-9284? I've been watching the omni-auth repo comments, but no fix is forthcoming.
There is a gem that mitigates this vulnerability:
https://github.com/cookpad/omni…
-
Hi, I'm not sure what you have planned for this, but I have a several libraries that could serve as a starting point. I'm supporting a ruby server implementation, but I get a lot of requests for a nod…
-
The only information I could find in the documentation, if you want to create a new user without adding RSpotify as middleware in rails was this:
> If you'd like to use OAuth outside rails, have a …
-
Hi,
I'm using devise_token_auth with devise in Rails 6.1.7.
Recently, I'm facing confuse about response header...
Some requests about sign_in (which means sessions_controller#create), will reponse …
-
Hey,
i have some problems to setup a simple evercookie site pretty similar to the example dummy App.
If i start the Sever on Localhost:3000 i get the Index site and if i try to get oder set a Co…
-
Please complete all sections.
### Configuration
- Provider Gem: `omniauth-*`
- Ruby Version: `2.6.3`
- Framework: ` Rails 6`
- Platform: ` Windows`
### Expected Behavior
I would like to…
-
After the gem is added to the Gemfile starting console gives the message
> irb: warn: can't alias context from irb_context.
Gemfile at the moment
``` ruby
source 'https://rubygems.org'
ruby '2.1.2…
-
I wondered if there should be an `examples` directory that had some different example deployments. It might be "handy" for new implementations? For example. We had an "existing" rails application that…