Skip to content

bootic/example-bootic-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Bootic App

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.

Installation

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

Running

bundle exec puma

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published