Setup your credentials
- Activate the OAuth flow in the Steady backend and copy and paste your credentials into your Kirby config file.
- Add your redirect uri in the Steady backend.
☝️ Tip
You find your Steady OAuth credentials in the Steady backend.
php
return [
'options' => [
'soerenengels.steady.oauth' => [
'client' => [
'id' => '',
'secret' => ''
]
]
]
];