From 263db82731c165eb4c3928572f0a131f38835984 Mon Sep 17 00:00:00 2001 From: Andrew Hite Date: Sat, 12 Jun 2010 23:20:29 -0500 Subject: [PATCH] Updated the README --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index 2afa83c..e489f71 100644 --- a/README.rdoc +++ b/README.rdoc @@ -30,6 +30,8 @@ For information about how to set up and configure authlogic, please consult the end end +IMPORTANT: make sure that you allow null values for email, crypted_password, and password_salt if they aren't required for OAuth2 users. + === 5. Define the oauth2_client and oauth2_scope class methods in your UserSession model The oauth2_client method should return an OAuth2::Client that is configured for your OAuth2 provider.