Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 374 Bytes

OmniAuth CryptoProcessing

This is the official OmniAuth strategy for authenticating to CryptoProcessing. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the CP Applications Page.

Basic Usage

use OmniAuth::Builder do
  provider :cp, ENV['CP_APP_ID'], ENV['CP_APP_SECRET']
end