Skip to content

Repository files navigation

OmniAuth Dotloop

Gem VersionBuild StatusCode Climate

Gem to authenticate applications to Dotloop via OAuth2.

Background

Dotloop has a full API (docs at https://dotloop.github.io/public-api/) and uses to OAuth2 for authentication (https://dotloop.github.io/public-api/#authentication).

Setup

To register your application to integrate with this API, please request access at http://info.dotloop.com/developers. Upon registration, we will issue you a client id and client secret which are prerequisites in order to use the API.

Standard setup:

# Add to your initializers/omniauth.rbuseOmniAuth::Builderdoprovider:dotloop,ENV['DOTLOOP_APP_ID'],ENV['DOTLOOP_APP_SECRET']end

Setup with Devise:

# Add to your devise.rbconfig.omniauth:dotloop,ENV['DOTLOOP_APP_ID'],ENV['DOTLOOP_APP_SECRET']

About

OmniAuth OAuth2 strategy for Dotloop

Resources

Stars

0 stars

Watchers

17 watching

Forks

Releases

Packages

Used by

Contributors

Languages