Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusionauth/fusionauth-typescript-client
A TypeScript client for FusionAuth
https://github.com/fusionauth/fusionauth-typescript-client
api-client fusionauth fusionauth-client rest typescript
Last synced: 5 days ago
JSON representation
A TypeScript client for FusionAuth
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-typescript-client
- Owner: FusionAuth
- License: apache-2.0
- Created: 2019-01-31T22:10:39.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-21T16:38:30.000Z (13 days ago)
- Last Synced: 2024-12-24T01:55:20.355Z (11 days ago)
- Topics: api-client, fusionauth, fusionauth-client, rest, typescript
- Language: TypeScript
- Homepage: https://fusionauth.io
- Size: 835 KB
- Stars: 66
- Watchers: 13
- Forks: 27
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## FusionAuth TypeScript 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/typescript-client?style=flat-square)](https://www.npmjs.com/package/@fusionauth/typescript-client)If you're integrating FusionAuth with a Typescript application, this library will speed up your development time. It also works with node and browser applications as well.
For additional information and documentation on FusionAuth refer to [https://fusionauth.io](https://fusionauth.io).
## Credits
* Thanks to [@tjpeden](https://github.com/tjpeden) for your excellent contributions!## Installation
To install fusionauth-typescript-client, use npm```bash
npm install @fusionauth/typescript-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/typescript## Development
* Set up a fusionauth instance. (Not sure exactly how to configure, TBD.)
* `sb test`## Questions and support
If you have a question or support issue regarding this client library, we'd love to hear from you.
If you have a paid edition with support included, please [open a ticket in your account portal](https://account.fusionauth.io/account/support/). Learn more about [paid editions here](https://fusionauth.io/pricing).
Otherwise, please [post your question in the community forum](https://fusionauth.io/community/forum/).
## Contributing
Bug reports and pull requests are welcome on GitHub.
## License
This code is available as open source under the terms of the [Apache v2.0 License](https://opensource.org/licenses/Apache-2.0).
## Upgrade Policy
This 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.