Michael

Results 3 comments of Michael

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:...