|
|
@ -1,7 +1,7 @@ |
|
|
|
# Two factor authentication for Devise |
|
|
|
# Two factor authentication for Devise |
|
|
|
|
|
|
|
|
|
|
|
[![Build Status](https://github.com/baarkerlounger/two_factor_authentication/actions/workflows/tests.yml/badge.svg?branch=master&event=push)](https://github.com/baarkerlounger/two_factor_authentication/actions/workflows/tests.yml) |
|
|
|
[![Build Status](https://github.com/devise2fa/two_factor_authentication/actions/workflows/tests.yml/badge.svg?branch=master&event=push)](https://github.com/devise2fa/two_factor_authentication/actions/workflows/tests.yml) |
|
|
|
[![Code Climate](https://codeclimate.com/github/Houdini/two_factor_authentication.svg)](https://codeclimate.com/github/Houdini/two_factor_authentication) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Features |
|
|
|
## Features |
|
|
|
|
|
|
|
|
|
|
@ -397,6 +397,3 @@ to set TOTP to DISABLED for a user account: |
|
|
|
current_user.direct_otp? => false |
|
|
|
current_user.direct_otp? => false |
|
|
|
current_user.totp_enabled? => false |
|
|
|
current_user.totp_enabled? => false |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|