Skip to content

A Ruby/Sinatra application that demonstrates the Braintree Auth API

Notifications You must be signed in to change notification settings

braintree/braintree-auth-example

Repository files navigation

Braintree Auth Example

A Ruby/Sinatra application that demonstrates the Braintree Auth API.

To start the application:

  1. Configure your OAuth application in sandbox to include a redirect URI of http://127.0.0.1:9393/callback

  2. Edit the .env file to insert the client id and client secret of your OAuth application in sandbox

  3. Run the application

    bundle install
    rake db:migrate
    ./scripts/start.sh
    
  4. Navigate to localhost:9393

Documentation

Full documentation is available in the Braintree developer docs

About

A Ruby/Sinatra application that demonstrates the Braintree Auth API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published