hgani
hgani
Speaking about wishes :), I am not sure if this has been discussed/decided before, but is it possible to support integration with DB-backed enums? So instead of mapping to integers,...
@lwe I did a bit of research on this and the conclusion is that we can't use db-backed enums easily in Rails yet because they break schema.rb (http://stackoverflow.com/questions/7337411/how-to-use-enum-in-postgres-database-in-rails-3/16033077#16033077) If one...
@lwe no worries, happy to help @matthewrudy thanks, the gem looks promising. I'll keep an eye on it.
+1
Hi guys, thanks for the responses. 1) I might be wrong but from actually testing it out, it seems that we make a new CSRF token upon logout, but not...
Sounds good, although I have to admit I don't have strong background in security. As I understand it, login form doesn't need CSRF token because the main purpose is to...
@arnvald thanks for the reply Just want to clarify that, logout_all_sessions() doesn't do what it means, which is why it has been removed. See https://github.com/NoamB/sorcery/pull/690
@dogweather I agree that it is not a leak from the gem's point of view, because as you said, it succeeds doing what it promises. But this discussion is intended...
I am getting the exact same issue. Anyone has any idea/suggestion? Thanks
@baramik Try using rake clean:all instead I remember getting it to work by following the steps from: https://id.crowdvoice.com/posts/xlformsectiondescriptorxlformsectionoptionnone-nameerror-2GgK Here are the steps: rake clean:all rake pod:install