47 Commits (d5820a2f3d067dbf0dbbd5e12b8efb796523894b)

Author SHA1 Message Date
Paul Bowsher 8d4da3beb5 Add support for remembering a user's 2FA session in a cookie 9 years ago
Dave Riess 10e0ebbd9d replace request.path + '?' + request.query_string with request.original_fullpath in order to avoid appending '?' to redirects that have no query string 10 years ago
Dmitrii Golub 2e18e6ccb9 update version to 1.1.3 10 years ago
amoose 3076c6053b Allows otp_length to be configurable 10 years ago
Albert J. Wong 677cb78d5f Preserve query parameters in _return_to for redirect. 10 years ago
Jack Turnbull 94dcc19e99 Add file extension to ActiveRecord generator 10 years ago
Dmitrii Golub 1e4a8b13ef update version to 1.1.2 11 years ago
Laust Rud Jacobsen 20703c0397 Warden hook: refactor to not perform inline assignment for clarity 11 years ago
Laust Rud Jacobsen c87d591541 Extract reused Warden key constant 11 years ago
Dmitrii Golub 28f9f6f8d9 new version 1.1.1 11 years ago
Karol Sarnacki f3a39237fa Use Strings and not Symbols for keys when storing variable in warden session 11 years ago
Johan Brissmyr 29bddf19f6 Pad OTP codes with less than 6 digits 11 years ago
Dmitrii Golub d7599a8838 version 1.1 11 years ago
Edger a8cea83253 is_fully_authenticated helper 11 years ago
Ross Kaffenberger bb1a619a3c ensure return_to location is properly stored 11 years ago
Ross Kaffenberger 153a4531ca extract method #max_login_attempts 11 years ago
Ross Kaffenberger 9ef373482a extract method #populate_otp_column 11 years ago
Ross Kaffenberger 987c0feef6 provide options for #provisioning_uri 11 years ago
Dmitrii Golub 6f0c1fb993 update version to 1 11 years ago
Matt Mueller af6e150124 Adding unique index to otp secret key. 11 years ago
Matt Mueller d91d13fc1b Remove code argument from send_two_factor_authentication_code 11 years ago
Matt Mueller ffab2c2dd2 Allow for successful rollback of migration. 11 years ago
Matt Mueller 5094238c74 Allowing both config and override of allowed otp drift. 11 years ago
Matt Mueller 1961ae7535 otp_column_name: do not allow for override. 11 years ago
Matt Mueller 4d2dbe1c44 Spec: validate that send_two_factor_authentication_code can be overwritten 11 years ago
Matt Mueller b4e8138b5a Only max_login_attempts is now configurable. 11 years ago
Matt Mueller d00f0ae35e Introducing first spec to test otp code. 11 years ago
Matt Mueller 3e501a30b2 Misc renames for otp secret key. 11 years ago
Matt Mueller 13f33a9445 Adding otp methods. 11 years ago
Matt Mueller 98868bbece Change migration to add otp secret key. 11 years ago
Wojtek Kruszewski ab768d4784 Respond with 401 for request non-HTML requests [#6] 12 years ago
Dmitrii Golub 8e78fc4027 version to 0.2 13 years ago
Vladimir 8da6ada802 need_two_factor_authentication? method should accept request param. 13 years ago
Carlos Vilhena 3c6b836dc0 change should be instance method 13 years ago
Carlos Vilhena d1a4f4073a trim empty lines 13 years ago
Carlos Vilhena 457f00dceb change description 13 years ago
Carlos Vilhena bf9f970cb6 refactor the schema 13 years ago
Carlos Vilhena 811e91079d generate migration after adding :two_factor_authentication 13 years ago
Carlos Vilhena 3a7293218a add active record generator 13 years ago
Carlos Vilhena e2f54d9980 add migration template 13 years ago
Carlos Vilhena 6be4f7a051 adding generator which will include :two_factor_authenticable to devise 13 years ago
Carlos Vilhena 81fea21391 ActiveSupport::Concern deprecation warnings 13 years ago
Carlos Vilhena 2a0f37dc62 fix "The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically." 13 years ago
Dmitrii Golub e4c812ad6d first commit 13 years ago