Sha256: c78568ba369965acb5c3504b31a6d16e0615ca72f21b9aa76fc95e9f006931a3
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
# Example App This folder contains a sample Sinatra app to test the Dotloop OAuth2 flow. ## Setup Ensure your Dotloop App ID and Secret are available in the environment: ```bash export DOTLOOP_APP_ID=YOUR_APP_ID_HERE export DOTLOOP_APP_SECRET=YOUR_APP_SECRET_HERE ``` Run bundle install from the command line: ```bash bundle install ``` ## Usage Run the app: ```bash rackup -p 4567 ``` NOTE: Since Dotloop requires SSL, you'll probably need to set up a tunnel using a service like ngrok: ```bash ngrok http -subdomain=some-custom-subdomain 4567 ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-dotloop-1.0.0 | example/README.md |