Dmitrii Golub
7e0faa6e1f
Merge pull request #197 from Lackoftactics/index_concurrently
...
Make current migration safe using index concurrently
4 years ago
Przemyslaw Mroczek
c21a935de7
Make current migration safe using index concurrently
4 years ago
Dmitrii Golub
2229ead781
Merge pull request #174 from gustavokitman/patch-1
...
Autofocus MFA code text field
6 years ago
Gustavo Lazaro Amendola
2d3650dd59
Autofocus MFA code text field
...
This is a small change which will make users life so much easier.
6 years ago
Dmitrii Golub
82e5aff7b3
Additional comments in generate_totp_secret method
6 years ago
Dmitrii Golub
20544c7773
Merge pull request #171 from jaspervandenberg/newer_rotp_support
...
Use ROTP::Base32.random instead of ROTP::Base32.random_base32 if available
6 years ago
Jasper van den Berg
8f9377b28f
Use ROTP::Base32.random instead of ROTP::Base32.random_base32 if available
6 years ago
Dmitrii Golub
7d4940044f
Merge pull request #143 from Kevinrob/patch-1
...
Return JSON with 'redirect_to' when handle_failed_second_factor
6 years ago
Dmitrii Golub
cab2aaf4fb
Merge pull request #168 from MarkFChavez/master
...
Update README
6 years ago
Ace Subido and Mark Chavez
8170ec049d
Update README
...
Remove unused column `otp_confirmed`
6 years ago
Dmitrii Golub
859cec9537
Merge pull request #139 from rmm5t/patch-1
...
Fix README markdown formatting
6 years ago
Dmitrii Golub
90e31a4acd
Merge pull request #166 from JanBussieck/add_german_translations
...
Add german translations
6 years ago
Jan Bussieck
153b016bfa
Add german translations
6 years ago
Dmitrii Golub
f9042487e8
bump version to 2.2.0
6 years ago
Dmitrii Golub
dd72a24ea8
update spec schema.rb
6 years ago
Dmitrii Golub
81762fe937
Merge pull request #160 from Tectract/master
...
Update README.md
6 years ago
Dmitrii Golub
d6a050af3b
Merge pull request #165 from MarkFChavez/patch-1
...
Update README.md
6 years ago
Dmitrii Golub
1d6c97809c
Merge pull request #159 from resitcl/master
...
rotp upgrade
6 years ago
Mark
06bfb50250
Update README.md
...
Use correct module name
6 years ago
Andrés Riveros
afd20039ee
bundler 2 and rails 4.2 conflict
6 years ago
Andrés Riveros
5fd39c166a
16 to 32 lenght
6 years ago
Andrés Riveros
3365885325
default param padded removed
6 years ago
Tectract
dbd14d6b5b
Update README.md
...
Update README.md
6 years ago
Andrés Riveros
edcbc389d9
rotp 4.0.0 dependency
6 years ago
Andrés Riveros
d462080c47
fix rotp 4 breaking authenticate totp
6 years ago
Dmitrii Golub
972e455ab2
Merge pull request #156 from PrecisionNutrition/remove-spaces-from-otp-code
...
Strip Spaces from TOTP Code
6 years ago
Alaina Hardie
8887babd76
Strip Spaces from TOTP Code
...
Some users enter the TOTP code with a space, which breaks authentication. This strips the space from
the user-entered TOTP code and validates against it.
6 years ago
Dmitrii Golub
5cb982ad4b
Merge pull request #148 from actblue/rails_51
...
Replace `render :nothing` with `head`
6 years ago
Dmitrii Golub
dd2ccc8b43
Merge pull request #153 from GovSciences/active_record_fixes
...
Load ActiveRecord functionality only if ActiveRecord itself is loaded
6 years ago
Dmitrii Golub
05ee43cadb
Merge pull request #142 from rmm5t/improve-travis-matrix
...
Improve Travis build matrix; Better Rails 5 coverage
6 years ago
César Izurieta
b57edd59fa
Load ActiveRecord functionality only if ActiveRecord itself is loaded
6 years ago
Dmitrii Golub
e5aaf1603e
Bump to version 2.1.1
7 years ago
Dmitrii Golub
85460400f3
Merge pull request #149 from Laykou/patch-1
...
Fix integer to seconds in remember_otp_session_for_seconds
7 years ago
Ladislav Gallay
8b3c424a4a
Fix integer to seconds in remember_otp_session_for_seconds
7 years ago
Bill Kirtley
f448cc7db6
Replace `render :nothing` with `head`
...
fixes Houdini/two_factor_authentication#147
7 years ago
Dmitrii Golub
0cad30df20
Bump to version 2.1.0
7 years ago
Kevin Robatel
a9e9093de8
Return JSON with 'redirect_to' when handle_failed_second_factor
7 years ago
Dmitrii Golub
6e24299362
Merge pull request #141 from rmm5t/delegate-send-new-otp-logic-to-user-model
...
Delegate logic of whether to send_new_otp to user#send_new_otp_after_login? method
7 years ago
Ryan McGeary
91e8eb40d7
Delegate logic of send_new_otp to user#send_new_otp_after_login?
...
Instead of keeping this logic nested in the Warden hook, call a method on the
user object to determine if a new OTP code should be delivered.
7 years ago
Ryan McGeary
f677f1fe30
Normalize migrations between Rails 4 and Rails 5
7 years ago
Ryan McGeary
6050115a2c
Made Rails 5.1 the "default" version of rails in Gemfile
7 years ago
Ryan McGeary
5bf0aaf114
Only run Ruby 2.2 against Rails 4
7 years ago
Ryan McGeary
f6b011d33d
Add Rails 5 support to specs
...
- Replace silence_stream with ActiveRecord::Migration.suppress_messages
- Resolve rspec-rails changes
7 years ago
Ryan McGeary
ce054cd001
Upgrade capybara for Rails 5 support
7 years ago
Ryan McGeary
bf37c45ccb
Enhance travis build matrix for supported Ruby and Rails versions
...
Also enables fast_finish
7 years ago
Ryan McGeary
ea27bcd960
Remove duplicate pry entry in Gemfile
...
It's already in gemspec
7 years ago
Ryan McGeary
8c37495d30
Fix README markdown formatting
7 years ago
Dmitrii Golub
9bb3e65ef8
Merge pull request #109 from benjaminwols/delete-cookie-on-logout
...
Delete cookie on logout
7 years ago
Dmitrii Golub
f59001c563
Merge pull request #130 from poctek/patch-3
...
Update README.md
7 years ago
Rostislav Katin
5865994f81
Update README.md
7 years ago