J
J
Japanmama2015-01-02 22:39:40
Ruby on Rails
Japanmama, 2015-01-02 22:39:40

Rails 4. Which Two-Factor Authentication Solution Should You Choose?

Good afternoon,
Can you tell me which two-factor authentication system to use for a project on Rails 4?
Description:
I have registration of users and companies on the site. The company can grant the user the rights to perform operations. Generates a corporate password for this user. I need the user, when performing an operation on behalf of the Company, to receive a window with additional authorization.
Interesting approaches to the implementation of such a task, gems, articles on this topic.
Thanks for the answers

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kodenji, 2016-01-06
@kodenji

If I understand correctly, then this can be solved with the devise gem by creating an additional field (let's add a user role ) in the database and check for it when entering, while throwing out the extra. window. Everything is very flexible there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question