Socket
Socket
Sign inDemoInstall

@flyacts/backend-user-management

Package Overview
Dependencies
499
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @flyacts/backend-user-management

User management for our backends


Version published
Weekly downloads
6
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Backend user management

This package provides functionality for user management

Useage

Preperations

It is recommended to create a UserExtensionEntity in your project, if you want to attach additional data to your user. This extension should have a user property, so that it works with this package.

Install

You can install it via npm:

$ npm install --save @flyacts/backend-user-management

Configuration

If you defined a user extension entity, you need to tell the this package that, by adding this line in your server.ts:

import {
    UserManagementMetadata,
} from '@flyacts/backend-user-management';

UserManagementMetadata.instance.userClass = UserExtensionEntity;

FAQs

Last updated on 06 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc