Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/security

Package Overview
Dependencies
Maintainers
7
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/security

A LoopBack component for security support.

  • 0.2.18
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16K
increased by25.44%
Maintainers
7
Weekly downloads
 
Created
Source

@loopback/security

Common types/interfaces for LoopBack 4 security including authentication and authorization.

Installation

npm install --save @loopback/security

Overview

  • Subject
    • It's the "who" for security
    • contains a set of Principles, a set of Credentials, and a set of Permissions
  • Principle
    • Represent a user, an application, or a device
  • Credential
    • Security attributes used to authenticate the subject. Such credentials include passwords, Kerberos tickets, and public key certificates.
  • Permission
    • It's the what for security.

Overview

Basic use

Contributions

  • Guidelines
  • Join the team

Tests

run npm test from the root folder.

Contributors

See all contributors.

License

MIT

Keywords

FAQs

Package last updated on 27 Aug 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc