Class OmniAuth::Strategies::WePay
In: lib/omniauth/strategies/oauth2/we_pay.rb
Parent: OmniAuth::Strategies::OAuth2

OAuth 2.0 based authentication with WePay. In order to sign up for an application, you need to [register an application](wepay.com/developer/register) and provide the proper credentials to this middleware.

Methods

auth_hash   new   user_data   user_info  

Public Class methods

@param [Rack Application] app standard middleware application argument @param [String] client_id the application ID for your client @param [String] client_secret the application secret

Public Instance methods

[Validate]