This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
forked from omniauth/omniauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Help Topics
makaroni4 edited this page Sep 18, 2012
·
4 revisions
- Auth Hash Schema - Learn what the contents of the auth hash returned by OmniAuth will include.
- Using Multiple Providers - The easiest way to use multiple providers from a single application.
- Managing Multiple Providers - An investigation into some of the new difficulties that having multiple authentication methods brings and how to resolve them
- Contributing to OmniAuth - Some instructions for setting up an environment to contribute to OmniAuth.
- Integration Testing - OmniAuth has some facilities for easing integration testing. Learn about them here!
- Setup Phase - Information on the per-request setup phase or how to change request options (credentials and more) on the fly.
- Dynamic Providers - How to modify the credentials of a provider at runtime.
- Saving User Location - Redirect users back to where they came upon login.
- Selectively loading Omniauth gems - e.g. if you're only using OAuth and don't want LDAP dependencies et al
- Route callback to controller action - When callback request is made, route user based on it's params (Rails 3 only)
User Docs
- List of Strategies
- Frequently Asked Questions
- Help Topics
- External Resources
- Upgrading to 1.0
- Auth Hash Schema
Strategy Developers
Project Resources