Socket
Book a DemoInstallSign in
Socket

everest

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

everest

Easy to implement AuthZ in a project.

0.1.0
latest
Source
npmnpm
Version published
Weekly downloads
4
100%
Maintainers
1
Weekly downloads
 
Created
Source

everest

A AuthZ permissions UI package.

Overview

Everest is a module built using Typescript that allows for easy authorization in a project. Implement authZ in your project using Everest is extremely simple.

Abilities

Abilities refer to what type of action can be executed by a user. There are four abilities: create, read, update, delete.

Entities

Entities refer to the specific object on which the user can perform a specific ability.

Qualifications

Qualifications refer to specific criteria that determine whether the user qualifies to perform an ability on an entity.

SecurityContexts

SecurityContexts are the objects that group abilities, entities and qualifications into one object which is then validated by the module.

Easy-to-Read

This API has been designed to read easily. For example, one would say: "Billy can read a list of drivers given that they are in the city of New York". To put this into code using the API, it would look something like this:

const result = new Everest(user).can("read").on("driver").with([{ field: "city", value: "New York"}]).check();

Keywords

Authorization

FAQs

Package last updated on 23 Nov 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.