sorcery-example-app
sorcery-example-app copied to clipboard
sorcery example app
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.30 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...
Bumps [rack](https://github.com/rack/rack) from 1.2.4 to 1.2.8. Changelog Sourced from rack's changelog. [1.1.6, 1.2.8, 1.3.10] 2013-02-07 Fix CVE-2013-0263, timing attack against Rack::Session::Cookie [1.5.1] 2013-01-28 Rack::Lint check_hijack now conforms to other parts...
Bumps [sorcery](https://github.com/Sorcery/sorcery) from 0.7.4 to 0.15.0. Release notes Sourced from sorcery's releases. v0.15.0 Fix brute force vuln due to callbacks no being ran #235 Revert on_load change due to breaking...
Bumps [rake](https://github.com/ruby/rake) from 0.9.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
it seems that sometimes this error pop up from twitter because oauth2 is not ready/loaded. I tried to move require 'oauth2' to the Gemfile and it seems better
To complete the aplication: an example how to change a logged user password, validating the current password: Ex: [...............] current password [...............] new password [...............] password confirmation Only changing if...