UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

24 lines (14 loc) 846 B
# @feathersjs/authentication [![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) [![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx) > Add Authentication to your FeathersJS app. ## Installation ``` npm install @feathersjs/authentication --save ``` ## Documentation Refer to the [Feathers authentication API documentation](https://feathersjs.com/api/authentication/) for more details. ## License Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) Licensed under the [MIT license](LICENSE).