From a8b1d1bfad1911fd7226db7d08a0e1a475b57e09 Mon Sep 17 00:00:00 2001 From: Peter Philips Date: Sat, 2 Oct 2021 02:55:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08fadf5..e577086 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Just add {login_hint: "email@example.com"} to your url generation to form: ```ruby /auth/microsoft_graph?login_hint=email@example.com ``` +### Upgrading to 1.0.0 +This version requires OmniAuth v2. If you are using Rails, you will need to include or upgrade `omniauth-rails_csrf_protection`. If you upgrade and get an error in your logs complaining about "authenticity error" or similiar, make sure to do `bundle update omniauth-rails_csrf_protection` ## Contributing