UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

24 lines (14 loc) 860 B
# @feathersjs/authentication [![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) [![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication)](https://david-dm.org/feathersjs/feathers?path=packages/authentication) [![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication) > Add Authentication to your FeathersJS app. ## Installation ``` npm install @feathersjs/authentication --save ``` ## Documentation Refer to the [Feathers authentication API documentation](https://docs.feathersjs.com/api/authentication/) for more details. ## License Copyright (c) 2019 Licensed under the [MIT license](LICENSE).