JD Trout
14adcce362
Add ability to resend code
10 years ago
Dmitrii Golub
9c71601f5f
Merge pull request #46 from daveriess/master
...
Eliminates appended '?' to redirects that have no query string
10 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
Dave Riess
f3d76128f7
add RVM dot files to gitignore
10 years ago
Dmitrii Golub
2e18e6ccb9
update version to 1.1.3
10 years ago
Dmitrii Golub
dea9779f3b
Merge branch 'preserve_query_parameters' of https://github.com/omb-awong/two_factor_authentication into omb-awong-preserve_query_parameters
10 years ago
Dmitrii Golub
b39cd57943
merge amoose-feature/otp_length master to master
10 years ago
Dmitrii Golub
f833673c26
Sign in or Log in button indifferent
10 years ago
amoose
3076c6053b
Allows otp_length to be configurable
...
Adds otp_length to options in README
Sets default length to 6
10 years ago
Dmitrii Golub
3fa7233bdd
Merge pull request #43 from sadfuzzy/master
...
Missing translation.
10 years ago
Denis Savitsky
ee3a362cfc
Missing translation.
10 years ago
Albert J. Wong
677cb78d5f
Preserve query parameters in _return_to for redirect.
...
Storing just request.path drops the query string which makes two factory
authentication less useful when the guarded page needs those parameters.
This brings the two factor authentication redirect behavior in line with
devise's.
10 years ago
Dmitrii Golub
f664f995ec
Merge pull request #41 from logistik-digital/40-migration-file-extension
...
Add file extension to ActiveRecord generator
10 years ago
Jack Turnbull
94dcc19e99
Add file extension to ActiveRecord generator
10 years ago
Dmitrii Golub
6610f83335
update rspec to version 3
11 years ago
Dmitrii Golub
1e4a8b13ef
update version to 1.1.2
11 years ago
Dmitrii Golub
d62fa1644b
change default rails from 3.2 to 4.1
11 years ago
Dmitrii Golub
aa110afd35
Merge branch 'checkdin-chore/extract-reused-hash-key'
11 years ago
Dmitrii Golub
3470a57fd1
merge rud's: Chore/extract reused hash key
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
2ea02f559e
Merge pull request #39 from Znow/patch-1
...
Updated readme with rake task to update existing users with OTP secret k...
11 years ago
Daniel
de1086e9f4
Updated readme with rake task to update existing users with OTP secret key
11 years ago
Dmitrii Golub
99f5497d06
Merge pull request #38 from Znow/master
...
Updated readme with view overriding
11 years ago
Daniel
49776869d4
Updated readme with view overriding
11 years ago
Dmitrii Golub
28f9f6f8d9
new version 1.1.1
11 years ago
Dmitrii Golub
7afebdb631
Merge branch 'karolsarnacki-rails41-compatibility'
11 years ago
Dmitrii Golub
820b5c4afb
Merge branch 'rails41-compatibility' of github.com:karolsarnacki/two_factor_authentication into karolsarnacki-rails41-compatibility
11 years ago
Dmitrii Golub
7505dbf8c8
+cookies serializer for rails apps with version >= 4.1
11 years ago
Karol Sarnacki
f3a39237fa
Use Strings and not Symbols for keys when storing variable in warden session
11 years ago
Dmitrii Golub
2d71cf0d83
Merge pull request #31 from brissmyr/master
...
Pad OTP codes with less than 6 digits
11 years ago
Johan Brissmyr
29bddf19f6
Pad OTP codes with less than 6 digits
11 years ago
Dmitrii Golub
834858b595
+ Code quality snippet
11 years ago
Dmitrii Golub
d7599a8838
version 1.1
11 years ago
Dmitrii Golub
93b1a1596a
Merge pull request #13 from edg3r/add_locales
...
Add ru locales and locales for max_limit_reached view
11 years ago
Dmitrii Golub
39deb66561
Merge pull request #28 from edg3r/control
...
added is_fully_authenticated helper for current version
11 years ago
Dmitrii Golub
f20c290f2e
Merge pull request #27 from rossta/integration_spec_for_send_code
...
Adds integration spec to ensure authentication code is sent on sign in
11 years ago
Edger
a8cea83253
is_fully_authenticated helper
11 years ago
Dmitrii Golub
d72374618d
Merge pull request #26 from rossta/bug_fix_store_location
...
ensure return_to location is properly stored
11 years ago
Ross Kaffenberger
bb1a619a3c
ensure return_to location is properly stored
...
fixes small typo in session key for what Devise expects when retrieving
stored return_to path for a given scope
11 years ago
Ross Kaffenberger
c58640c6d2
adds integration spec to ensure authentication code is sent on sign in
11 years ago
Dmitrii Golub
a110d79d98
Merge pull request #25 from rossta/add_travis_badge
...
travis badge in README
11 years ago
Ross Kaffenberger
d9435afa83
travis badge in README
11 years ago
Dmitrii Golub
4d427058e0
Merge pull request #24 from rossta/spec_rails_app
...
Integration specs
11 years ago
Dmitrii Golub
5b7594f129
Merge pull request #23 from rossta/readme_updates
...
README updates
11 years ago
Ross Kaffenberger
0a57c06d15
feature spec for checking max attempts before show
11 years ago
Ross Kaffenberger
79c048d0f5
explicit before_script and script steps in travis.yml
11 years ago
Ross Kaffenberger
04899f3ae0
Add comment for running specs against multiple versions of Rails
11 years ago
Ross Kaffenberger
c49c267928
Feature spec for max login attempts
...
adds nickname column to dummy app user
Update feature specs with user nickname; add max login attempt spec
regenerate schema
11 years ago
Ross Kaffenberger
b2f9935a08
Remove rails 3.1 from travis
11 years ago