Skip to content

Example Sinatra app using the Mondo provider for OmniAuth

License

Notifications You must be signed in to change notification settings

dannysmith/omniauth-mondo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omniauth-mondo-example

An example Sinatra app using omniauth-mondo.

Getting Started

Create an OAuth Client on the Mondo Developer Console.

Copy the env.example to .env and change the MONDO_KEY and MONDO_SECRET to the values from the client you created earlier.

cp env.example .env

Install the dependencies using bundler.

bundle

Run rackup to start the server and visit the site.

rackup
open http://localhost:9292

Click "Sign in" to sign in using your Mondo account.

License

See LICENSE file for details. © 2016 Tom Bell.

About

Example Sinatra app using the Mondo provider for OmniAuth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published