Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusionauth/fusionauth-node-client
Node.js client library for FusionAuth
https://github.com/fusionauth/fusionauth-node-client
api-client fusionauth fusionauth-client nodejs rest
Last synced: 3 days ago
JSON representation
Node.js client library for FusionAuth
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-node-client
- Owner: FusionAuth
- License: apache-2.0
- Created: 2018-08-24T19:20:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T05:56:33.000Z (5 months ago)
- Last Synced: 2024-12-24T01:55:17.692Z (11 days ago)
- Topics: api-client, fusionauth, fusionauth-client, nodejs, rest
- Language: JavaScript
- Homepage: https://fusionauth.io
- Size: 594 KB
- Stars: 24
- Watchers: 13
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## FusionAuth Node.js Client
![semver 2.0.0 compliant](http://img.shields.io/badge/semver-2.0.0-brightgreen.svg?style=flat-square) ![npm](https://img.shields.io/npm/v/@fusionauth/node-client?style=flat-square)---
### Deprecation Warning
This repository has been deprecated in favor of the [fusionauth-typescript-client](https://github.com/FusionAuth/fusionauth-typescript-client). You can just change your dependency and should have no problems using it with node as the package is still javascript but with additional type information. If you run into problems then let us know over there.
We will continue to publish this package for several more versions before we archive it and fully deprecate its use. Please make arrangements to migrate to the typescript client soon.
---
### Details
If you're integrating FusionAuth with a Node application, this library will speed up your development time.
For additional information and documentation on FusionAuth refer to [https://fusionauth.io](https://fusionauth.io).
Installation
To install fusionauth-node-client, use npm```bash
npm install @fusionauth/node-client
```Refer to the FusionAuth API documentation to for request and response formats.
* https://fusionauth.io/docs/v1/tech/apis/
* https://fusionauth.io/docs/v1/tech/client-libraries/node
## Upgrade PolicyThis library is built automatically to keep track of the FusionAuth API, and may also receive updates with bug fixes, security patches, tests, code samples, or documentation changes.
These releases may also update dependencies, language engines, and operating systems, as we\'ll follow the deprecation and sunsetting policies of the underlying technologies that it uses.
This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version.