Hi everyone,
I'm working on a native app using Electron.js and using Ory Kratos for authentication (native login). After a user logs in, I receive the Ory session token. I'm trying to use Ory Oathkeeper as a middleware to route all requests and authenticate them using this session token via Kratos’s /sessions/whoami endpoint.
I tried using the bearer_token authenticator in Oathkeeper, but it didn’t work.
Could someone please guide me on how to correctly set this up?