From b13c5ba73999566ce61bdd1c6c41d335f23fe863 Mon Sep 17 00:00:00 2001 From: Hisashi Horikawa Date: Sun, 2 Jun 2024 19:29:36 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c40fe..3a064e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Recommend omitting OmniAuth +# Recommend to remove OmniAuth The OmniAuth library is still maintained. You always use it with some authentication framework. However, if you combine it with the OpenId Connect library, the both libraries handle multi-providers. That's gilding the lily. Therefore, it is good to combine an authentication framework, which the good one is Sorcery, directly with the OpenId Connect library without using OmniAuth.