@loopback/security
TypeScript icon, indicating that this package has built-in type declarations

0.11.1 • Public • Published

@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

Tests

run npm test from the root folder.

Contributors

See all contributors.

License

MIT

Dependents (66)

Package Sidebar

Install

npm i @loopback/security

Weekly Downloads

43,628

Version

0.11.1

License

MIT

Unpacked Size

22.5 kB

Total Files

15

Last publish

Collaborators

  • rfeng
  • bajtos
  • rmg
  • hacksparrow
  • dhmlau
  • jerry-apic
  • theprez
  • frbuceta
  • marioestradarosa
  • achrinza