Hello,
I'm running the Ory Kratos Docker-image as an authentication server for my Flask + Vue.js application with a custom UI for login etc. My application is invite-only, so I am implementing the Create User + Administrative Account Recovery flows.
To my understanding I would require a oryAccessToken (Personal access token?) to access the administrative API's, but am unable to find documentation on how to set this up outside Ory Cloud. Could anybody point me in the right direction?
Ideally I would like to create a pre-known key during the server commissioning process done with Ansible.
Br. Santeri