UNPKG

@adonisjs/auth

Version:

Official authentication provider for Adonis framework

7 lines (6 loc) 170 B
import app from "@adonisjs/core/services/app"; let auth; await app.booted(async () => { auth = await app.container.make("auth.manager"); }); export { auth as default };