A simple example app to show how to implement Bootic's OAuth2 authentication in a Ruby application.
This allows getting an access token to perform actions against the Bootic API using the Bootic's Ruby API Client.
Clone the repo and install dependencies
git clone https://github.com/bootic/example-bootic-app
cd example-bootic-app
bundle install
Create your app in Bootic developer console, then insert keys:
cp config.yml.example config.yml
nano config.yml # insert your app's client ID and secret
bundle exec puma