Bouncer provides a simple endpoint to use for all authentication, including users and devices. Bouncer also allows users to log in via facebook and create devices.
API Documentation is available.
Bouncer sends transactional emails via Mandrill templates
bin/bootstrap
After bootstrapping, you'll need to create an .env.development
file in the root path of the
app. Do the following to use the (incomplete) sample env as a starting point:
cp config/env.sample .env.development
Run locally with Foreman
bundle exec foreman s
- Ruby 2.1.2
- MongoDB
bundle exec rspec
bin/deploy