From 1f51524bae059dcd91817b42d3786a31e7c72984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 11 Apr 2011 01:26:36 -0700 Subject: [PATCH] Edited README.rdoc via GitHub --- README.rdoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 04d14397..06fa308c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -315,12 +315,11 @@ If you're using RSpec and want the helpers automatically included within all +de Do not use such helpers for integration tests such as Cucumber or Webrat. Instead, fill in the form or explicitly set the user in session. For more tips, check the wiki (http://wiki.github.com/plataformatec/devise). -=== OAuth2 +=== Omniauth -Devise comes with OAuth support out of the box. You can read more about OAuth2 support in the wiki: +Devise comes with Omniauth support out of the box to authenticate from other providers. You can read more about Omniauth support in the wiki: -* http://github.com/plataformatec/devise/wiki/OAuth2:-Overview -* http://github.com/plataformatec/devise/wiki/OAuth2:-Testing +* https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview === Other ORMs