An open API service indexing awesome lists of open source software.

https://github.com/nexys-system/user-management-aas

using nexys user management
https://github.com/nexys-system/user-management-aas

Last synced: 3 months ago
JSON representation

using nexys user management

Awesome Lists containing this project

README

        

# User Management as a Service [Nexys]

[![Build and Test Package](https://github.com/nexys-system/user-management-aas/actions/workflows/test.yml/badge.svg)](https://github.com/nexys-system/user-management-aas/actions/workflows/test.yml)
[![Publish](https://github.com/nexys-system/user-management-aas/actions/workflows/publish.yml/badge.svg)](https://github.com/nexys-system/user-management-aas/actions/workflows/publish.yml)
[![NPM package](https://badge.fury.io/js/%40nexys%2Fuser-management-aas.svg)](https://www.npmjs.com/package/@nexys/user-management-aas)
[![NPM package](https://img.shields.io/npm/v/@nexys/user-management-aas.svg)](https://www.npmjs.com/package/@nexys/user-management-aas)
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)

## Get started

- create an account on [Nexys.io](https://app.nexys.io)
- create a product
- go to "user management"
- create the user management
- copy the token and generate JWT secret
- initialize a new Node.js project
- `yarn add @nexys/user-management-aas`
- copy the following files to your poroject: `[config.ts, user-management.ts]`