UNPKG

@loopback/authentication

Version:

A LoopBack component for authentication support.

9 lines (7 loc) 360 B
// Copyright IBM Corp. and LoopBack contributors 2018,2019. All Rights Reserved. // Node module: @loopback/authentication // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT export * from './auth-action.provider'; export * from './auth-metadata.provider'; export * from './auth-strategy.provider';