README.md in gds-sso-3.0.5 vs README.md in gds-sso-3.1.0
- old
+ new
@@ -34,10 +34,10 @@
# optional config for API Access (requests which accept application/json)
config.basic_auth_user = 'api'
config.basic_auth_password = 'secret'
end
-The user model needs to respond to klass.find_by_uid(uid), and must include the GDS::SSO::User module.
+The user model must include the GDS::SSO::User module.
It should have the following fields:
string "name"
string "email"
string "uid"