This website works better with JavaScript.
Explore
Help
Sign In
baarkerlounger
/
two_factor_authentication
Watch
1
Star
0
Fork
You've already forked two_factor_authentication
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Two factor authentication extension for Devise
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
290
Commits
3
Branches
13
Tags
466 KiB
Tree:
de5facfee3
for_activeadmin
get_specs_running
master
list
v1.1
v1.1.1
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v2.0
v2.0.1
v2.1.0
v2.1.1
v2.2.0
version
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'de5facfee3'
${ noResults }
two_factor_authentication
/
spec
/
support
/
sms_provider.rb
6 lines
85 B
Raw
Normal View
History
Unescape
Escape
adds integration spec to ensure authentication code is sent on sign in
11 years ago
RSpec
.
configure
do
|
c
|
c
.
before
(
:each
)
do
SmsProvider class naming
3 years ago
SmsProvider
.
messages
.
clear
adds integration spec to ensure authentication code is sent on sign in
11 years ago
end
end