Skip to content

Instantly share code, notes, and snippets.

View snmmaurya's full-sized avatar
💭
Programming...

Sandeep Maurya snmmaurya

💭
Programming...
View GitHub Profile
@snmmaurya
snmmaurya / rails google 2fa.md
Last active March 19, 2021 02:38
Rails how to implement google 2fa (using rotp gem)

Step - 1

Install rotp gem

In my case I am using an user model to add google 2fa.

Setp - 2