UNPKG

@adonisjs/auth

Version:

Official authentication provider for Adonis framework

14 lines (13 loc) 386 B
/* * @adonisjs/auth * * (c) Harminder Virk <virk@adonisjs.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /// <reference path="./auth.ts" /> /// <reference path="./context.ts" /> /// <reference path="./events.ts" /> /// <reference path="./container.ts" /> /// <reference path="./tests.ts" />