Skip to content

Commit

Permalink
up.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorikawa committed May 17, 2022
1 parent e9393fb commit 454917c
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Sorceryで二段階認証 2FA を実装したサンプルコード

ちょっとした解説を書いたブログ
https://yu1056y.hatenablog.com/entry/2019/04/21/164540

その元ネタ. Rails v4.2, google-authenticator-rails v1.2.
https://moneyforward.com/engineers_blog/2015/08/06/google-authenticator-rails/

マネーフォワードエンジニアブログのほうはよいが、それを元にしたゆいな (id:yu1056y) 氏のソースコードは、控えめに言って問題が多く、作り直した。

- Ruby 3.1
- Ruby on Rails 7
- Sorcery
- google-authenticator-rails, ~> 2.0



Expand All @@ -21,6 +17,19 @@ https://moneyforward.com/engineers_blog/2015/08/06/google-authenticator-rails/



## 先行事例

ちょっとした解説を書いたブログ
https://yu1056y.hatenablog.com/entry/2019/04/21/164540

その元ネタ. Rails v4.2, google-authenticator-rails v1.2.
https://moneyforward.com/engineers_blog/2015/08/06/google-authenticator-rails/

マネーフォワードエンジニアブログのほうはよいが、それを元にしたゆいな (id:yu1056y) 氏のソースコードは、控えめに言って問題が多く、作り直した。




This README would normally document whatever steps are necessary to get the
application up and running.

Expand Down

0 comments on commit 454917c

Please sign in to comment.