UNPKG

860 BMarkdownView Raw
1# @feathersjs/authentication
2
3[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
4[![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)
5[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication)
6
7> Add Authentication to your FeathersJS app.
8
9## Installation
10
11```
12npm install @feathersjs/authentication --save
13```
14
15## Documentation
16
17Refer to the [Feathers authentication API documentation](https://docs.feathersjs.com/api/authentication/) for more details.
18
19## License
20
21Copyright (c) 2019
22
23Licensed under the [MIT license](LICENSE).