adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
187 stars 65 forks source link

fix(mixins): remove withAuthFinder from root export #239

Closed RomainLanz closed 3 months ago

RomainLanz commented 4 months ago

Hey there! 👋🏻

This PR fixes the hard dependency we have on @adonisjs/lucid.

For the moment, I have written the helper isModuleInstalled in the root file, but we probably want it in a @poppinss package.