# Share session Example

1. From the [Yoti Hub](https://hub.yoti.com) set the application domain of your app to `localhost:9443`
1. Set the scenario callback URL to `/profile`
1. Rename the [.env.example](.env.example) file to `.env` and fill in the required configuration values
1. Install the dependencies with `npm install`
1. Start the server `node index.js`

Visiting the `https://localhost:9443` should show a Yoti Connect button
