README.md in gds-sso-6.0.0 vs README.md in gds-sso-7.0.0
- old
+ new
@@ -33,13 +33,14 @@
end
The user model must include the GDS::SSO::User module.
It should have the following fields:
+
string "name"
string "email"
string "uid"
- string "organisation"
+ string "organisation_slug"
array "permissions"
boolean "remotely_signed_out", :default => false
You also need to include `GDS::SSO::ControllerMethods` in your ApplicationController