FastyBird IoT accounts module
What is FastyBird IoT accounts module?
Accounts module is a FastyBird IoT extension for managing application accounts, sessions and access management.
FastyBird IoT accounts module is an Apache2 licensed distributed extension, developed in PHP on top of the Nette framework and Symfony framework and in Typescript on top of the Vue framework.
Features:
- Accounts and their details management
- Support for data exchange bus
- {JSON:API} schemas for full api access
- User access check & validation
- Multilingual
- User interface integration via Vue 3 components
Requirements
PHP part of FastyBird accounts module is tested against PHP 8.1.
JavaScript part of FastyBird accounts module is tested against ECMAScript 6
Installation
The best way to install fastybird/accounts-module is using Composer:
composer require fastybird/accounts-module
And for user interface is the best way to install @fastybird/accounts-module with Yarn:
yarn add @fastybird/accounts-module
or if you prefer npm:
npm install @fastybird/accounts-module
Documentation
Learn how to manage application accounts and manage access in documentation.
Feedback
Use the issue tracker for bugs or mail or Tweet us for any idea that can improve the project.
Thank you for testing, reporting and contributing.
Changelog
For release info check release page.
Contribute
The sources of this package are contained in the FastyBird monorepo. We welcome contributions for this package on FastyBird/fastybird.
Maintainers
Adam Kadlec |
Homepage https://www.fastybird.com and repository https://github.com/fastybird/accounts-module.