mocha json reporter output file
Babel helper for ensuring that access to a given value is performed through simple accesses
This is a pure-js JSON streaming parser for node.js
DES implementation
AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native
omggif is a JavaScript implementation of a GIF 89a encoder and decoder.
SheetJS Spreadsheet data parser and writer
Attribute-Role-Based Hybrid Access Control Library
Native file system extensions for advanced file operations
TypeScript definition for strtok3 token
AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native
https://github.com/deanm/css-color-parser-js
Digest access authentication header helper
node.js implementation of James Coglan's "Sylvester" matrix math library.
Microsoft Azure SDK for JavaScript - Logger
No description provided.
AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native
Write buffer
Random number generator for browsers and node.js
CLI wrapper for the Ory Keto API
Polar integration for better-auth
A set of types for the Atlassian Object Vocabulary
JavaScript client for graphql-ruby
Deceive HTTP parser
Role based authorization gem
Role based authorization gem
Takes care of defining what actions one model is allowed to do with another model.
A simple solution to provide on-demand service access (e.g. port 80 on webserver), where a more robust and secure VPN solution is not available. Essentially, it is a more user-friendly form of "port knocking". The original proof-of-concept implementation was run for almost three years by Demotix, to protect development and staging servers from search engine crawlers and other unwanted traffic.
Grant users access to files on S3 through your program.
Grant access to details of all banks in NIGERIA
Extend your Doorkeeper implementation adding a new grant type: assertion. And decoding JWT claim messages to generate access tokens.
A gem to help you grant ssh access to a server. Writes ssh keys to the authorized_keys file.
Extend your Doorkeeper implementation adding a new grant type: assertion. And decoding JWT claim messages to generate access tokens.
I have struggled long and hard to get access to my recipes from the terminal, this is the tool that granted my wishes.
BetaUserAccess allows you to block users from your site and at the same time allow them to request beta user access. Once access is granted the user can access the site. At the moment all based on twitter logins
## Overview Privileged Access Manager (PAM) is a Google Cloud native, managed solution to secure, manage and audit privileged access while ensuring operational velocity and developer productivity. PAM enables just-in-time, time-bound, approval-based access elevations, and auditing of privileged access elevations and activity. PAM lets you define the rules of who can request access, what they can request access to, and if they should be granted access with or without approvals based on the sensitivity of the access and emergency of the situation. ## Concepts ### Entitlement An entitlement is an eligibility or license that allows specified users (requesters) to request and obtain access to specified resources subject to a set of conditions such as duration, etc. entitlements can be granted to both human and non-human principals. ### Grant A grant is an instance of active usage against the entitlement. A user can place a request for a grant against an entitlement. The request may be forwarded to an approver for their decision. Once approved, the grant is activated, ultimately giving the user access (roles/permissions) on a resource per the criteria specified in entitlement. ### How does PAM work PAM creates and uses a service agent (Google-managed service account) to perform the required IAM policy changes for granting access at a specific resource/access scope. The service agent requires getIAMPolicy and setIAMPolicy permissions at the appropriate (or higher) access scope - Organization/Folder/Project to make policy changes on the resources listed in PAM entitlements. When enabling PAM for a resource scope, the user/ principal performing that action should have the appropriate permissions at that resource scope (resourcemanager.{projects|folders|organizations}.setIamPolicy, resourcemanager.{projects|folders|organizations}.getIamPolicy, and resourcemanager.{projects|folders|organizations}.get) to list and grant the service agent/account the required access to perform IAM policy changes. Note that google-cloud-privileged_access_manager-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-privileged_access_manager instead. See the readme for more details.