Class Variance Authority 🧬
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.
Reproject a Bounding Box
Parse WKT-CRS (Well-known text representation of coordinate reference systems)
The URI implementation that is used by VS Code and its extensions
Generate trusted local SSL/TLS certificates for local SSL development
Modern Spatial Reference System Class. Supports EPSG Codes, PROJ4 String, and Well-Known Text.
Sigstore signing library
Hardened JavaScript for Fearless Cooperation
Create Self Signed Development Certificates
An evented streaming XML parser in JavaScript
Mighty but tiny URI parser
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
Generate trusted local SSL/TLS certificates for local SSL development
Small Function to Check if a String is Probably Well-Known Text
Projection Data Compressed to Fit in the Browser. Includes PROJ4 Strings, ESRI WKT, and OGC WKT

Privateca client for Node.js
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.
Terminal and Web console for Kubernetes
port-authority
Core contracts and runtime primitives for human-to-agent coordination.
URL parsing, validation, normalization, and matching
Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers in 100% JavaScript.
Provides a simple DSL for specifying the authorization logic of your application. Install the gem, add a role attribute to your user model and your almost ready to go.
Authorization that includes basic authorization and 3 social authorization with Latvia social network draugiem.lv, facebook.com and twitter.com.
Provides a single point of entry for using basic features of ruby ORMs
Warning, this gem is just a test for now has not a good test coverage. Feel free to open an issue for any problem, and please wait for a stable version before any integration. And it is a simple gem to handle authorizations for active admin
knock_once provides basic user email auth using knock.
Basic Rack middleware for Rails 3 to authorize access to path by IP using YML config file
Define very basic, commonly used scopes for ActiveRecord associations. E.g. if a Post model has an author and a category association, scopes will be defined like Post.for(author) or Post.for(category).
Provides a single point of entry for using basic features of ruby ORMs
This is a basic Rails engine utilizing Authlogic, CanCan and Easy Roles to create a starting point for simple Rails-based applications that need authentication and authorization.
This gem includes a variety of small libraries and projects authored by Luke Spangler, packaged for easy personal use. It includes basic RDoc compatibility but is intended to be used personally.
Walruz provides an easy to use DSL to do composition of basic authorization policies to create more complex ones, and then register this composed policies on actions performed to the model begin accessed
This gem works on the most basic ruby classes. Its only dependency is activesupport for some string and inflector functionality. GenericAuth is very easy to use, simply create a rules file and your class methods are automatically wrapped to invoke authorization methods before they are run. You must set the user which must respond to a roles method. Your authorized classes must also specify which methods should be authorized (generic_auth_on method) as an array of symbols (see specs). Other than that, its automatic