Nicolas Blanco
Nicolas Blanco
Really need this to be merged :+1: !
Yeah. Currently the plugin uses the RPX identifier to authenticate and to create new users in the database. This identifier is unique and links to 1 user on 1 social...
Sorry, I don't have a clue. As you can see I've written some basic test for the rpx strategy, just to ensure that there is no syntax error in it...
I tried to debug the issue and basically it looks like the strategy is writing the `ueberauth.state` cookie but after the Google redirection, the private function `get_state_cookie(conn)` in `Ueberauth.Strategy` is...
> I faced similar issue in chrome today, the code was working fine last month. > > Then I tried using https in my dev environment and makes the GOOGLE_REDIRECT_URI...
Mh... Maybe a style issue would be that `generic_input` function takes the form as the second argument whereas the input helpers takes it as the first 🤔
I'm having the same issue. I'm not using `spree_frontend` and same exception in `production` env. It only occurs in production because on this environment, all the files are loaded at...
Having Timeout errors too when uploading videos that are > 100mb :(
+1, I like the trusted-params philosophy, also want it for rails 3. maybe will patch it later if got some time :).
http://guides.rubyonrails.org/security.html : "A more paranoid technique to protect your whole project would be to enforce that all models whitelist their accessible attributes. This can be easily achieved with a very...