Michael
Results
3
comments of
Michael
Is there anyway I can debug this?
Nope, I tried and gave up
This is what I used in my config ```ts import type { AuthConfig } from "@ioc:Adonis/Addons/Auth"; const authConfig: AuthConfig = { guard: "api", guards: { api: { driver: "oat", tokenProvider:...