Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 773 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 773 Bytes

Profile Example - Ruby on Rails

  1. Create your application in the Yoti Hub
  2. Set the application domain of your app to localhost:3001
  3. Set the scenario callback URL to /profile
  4. Rename the .env.example file to .env
  5. Fill in the environment variables in this file with the ones specific to your application, generated in the Yoti Hub when you create (and then publish) your application
  6. Install the dependencies by running the following commands
    $ bundle install
    $ gem install foreman # We are doing this as it's not recommended to include foreman in your Gemfile
  7. Start the server foreman start

Visiting https://localhost:3001/ should show a Yoti Connect button