1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Edited README.rdoc via GitHub

This commit is contained in:
José Valim 2011-04-11 01:26:36 -07:00
parent 23f8dbed80
commit 1f51524bae

View file

@ -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). 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 * https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
* http://github.com/plataformatec/devise/wiki/OAuth2:-Testing
=== Other ORMs === Other ORMs