Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastybird/accounts-module
:man_in_tuxedo: [READ-ONLY] FastyBird IoT module for accounts & access management
https://github.com/fastybird/accounts-module
access accounts api fastybird fb iot nette php pinia roles security vue vue3 vuejs
Last synced: about 1 month ago
JSON representation
:man_in_tuxedo: [READ-ONLY] FastyBird IoT module for accounts & access management
- Host: GitHub
- URL: https://github.com/fastybird/accounts-module
- Owner: FastyBird
- License: apache-2.0
- Created: 2020-11-29T23:07:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T21:22:30.000Z (about 1 month ago)
- Last Synced: 2024-10-10T19:42:02.063Z (about 1 month ago)
- Topics: access, accounts, api, fastybird, fb, iot, nette, php, pinia, roles, security, vue, vue3, vuejs
- Language: PHP
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.0.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# FastyBird IoT accounts module
[![Build Status](https://flat.badgen.net/github/checks/FastyBird/accounts-module/main?cache=300&style=flat-square)](https://github.com/FastyBird/accounts-module/actions)
[![Licence](https://flat.badgen.net/github/license/FastyBird/accounts-module?cache=300&style=flat-square)](https://github.com/FastyBird/accounts-module/blob/main/LICENSE.md)
[![Code coverage](https://flat.badgen.net/coveralls/c/github/FastyBird/accounts-module?cache=300&style=flat-square)](https://coveralls.io/r/FastyBird/accounts-module)
[![Mutation testing](https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FFastyBird%2Faccounts-module%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/FastyBird/accounts-module/main)![PHP](https://flat.badgen.net/packagist/php/FastyBird/accounts-module?cache=300&style=flat-square)
[![Latest stable](https://flat.badgen.net/packagist/v/FastyBird/accounts-module/latest?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/accounts-module)
[![Downloads total](https://flat.badgen.net/packagist/dt/FastyBird/accounts-module?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/accounts-module)
[![PHPStan](https://flat.badgen.net/static/PHPStan/enabled/green?cache=300&style=flat-square)](https://github.com/phpstan/phpstan)![JS](https://flat.badgen.net/static/js/es6/blue?cache=300&style=flat-square)
[![JS latest stable](https://flat.badgen.net/npm/v/@fastybird/accounts-module?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/accounts-module)
[![JS downloads total](https://flat.badgen.net/npm/dt/@fastybird/accounts-module?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/accounts-module)
![Types](https://flat.badgen.net/npm/types/@fastybird/accounts-module?cache=300&style=flat-square)***
## What is FastyBird IoT accounts module?
Accounts module is a [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things)
extension for managing application accounts, sessions and access management.### Features:
- Accounts and their details management
- Support for data [exchange bus](https://github.com/FastyBird/exchange)
- [{JSON:API}](https://jsonapi.org/) schemas for full api access
- User access check & validation
- Multilingual
- User interface integration via [Vue 3](https://vuejs.org) components[FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) accounts module is
an [Apache2 licensed](http://www.apache.org/licenses/LICENSE-2.0) distributed extension, developed
in [PHP](https://www.php.net) on top of the [Nette framework](https://nette.org) and [Symfony framework](https://symfony.com) and in [Typescript](https://www.typescriptlang.org) on top of the [Vue framework](https://vuejs.org).## Requirements
PHP part of [FastyBird](https://www.fastybird.com) accounts module is tested against PHP 8.2.
JavaScript part of [FastyBird](https://www.fastybird.com) accounts module is tested
against [ECMAScript 6](https://www.w3schools.com/JS/js_es6.asp)## Installation
The best way to install **fastybird/accounts-module** is using [Composer](http://getcomposer.org/):
```sh
composer require fastybird/accounts-module
```And for user interface is the best way to install **@fastybird/accounts-module** with [Yarn](https://yarnpkg.com/):
```sh
yarn add @fastybird/accounts-module
```or if you prefer npm:
```sh
npm install @fastybird/accounts-module
```## Documentation
Learn how to manage application accounts and manage access
in [documentation](https://github.com/FastyBird/accounts-module/blob/main/docs/index.md).# FastyBird
FastyBird is an Open Source IOT solution built from decoupled components with powerful API and the highest quality code. Read more on [fastybird.com.com](https://www.fastybird.com).
## Documentation
Documentation is available on [docs.fastybird.com](https://docs.fastybird.com).
## Contributing
The sources of this package are contained in the [FastyBird monorepo](https://github.com/FastyBird/fastybird). We welcome contributions for this package on [FastyBird/fastybird](https://github.com/FastyBird/).
## Feedback
Use the [issue tracker](https://github.com/FastyBird/fastybird/issues) for bugs
or [mail](mailto:[email protected]) or [Tweet](https://twitter.com/fastybird) us for any idea that can improve the
project.Thank you for testing, reporting and contributing.
## Changelog
For release info check [release page](https://github.com/FastyBird/fastybird/releases).
## Maintainers
***
Homepage [https://www.fastybird.com](https://www.fastybird.com) and
repository [https://github.com/fastybird/accounts-module](https://github.com/fastybird/accounts-module).