History for auth_service_spec.rb
View file10 commits
upgrade gems + use Ruby 2.5.0 for the tests + fix the tests + bump version to 1.4.0-rc.1
1b287487
Didier Lafforgue committed on Mar 08, 2018
When the account have an empty password, we should return a :wrong_credentials message instead of raising an error
fef42709
Sébastien BEAU committed on Oct 26, 2017
send a notification (through ActiveSupport::Instrument) when someone has signed up, signed in or signed out
361e7b45
did committed on Jul 07, 2017
pass the local and the current Rack request to the 'new sign up' notification
3d3806a4
did committed on Jun 22, 2017
pass the site to the 'new sign up' notification
b4a8c105
did committed on Jun 20, 2017
make the validation module act like the ActiveModel one a little bit more
0cf606c5
did committed on Jun 20, 2017
implement the sign_up auth action
7535097a
did committed on Jun 16, 2017
new liquid tag: authorize (redirect to a page if an user is not authenticated)
7ea2f860
did committed on Dec 20, 2016
fix all broken specs + fix a small bug when comparing _auth_reset_sent_at to the current time
92d09d39
did committed on Nov 15, 2016