Verdaccio is a registry server that implements the npm protocol to store, serve, and manage software dependencies. It functions as a private registry proxy for Node.js packages, allowing organizations to host internal packages while caching public modules. The system features a pluggable middleware architecture that enables the extension of registry behavior through custom plugins for authentication and storage backends. It supports scalable remote data management by offloading package files to S3-compatible object stores. The platform covers package lifecycle management, including publishin
This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the necessary tools for Go applications to exchange messages using publish-subscribe and request-reply patterns, as well as specialized clients for managing persistent streams and distributed storage. The library includes a JetStream client for durable message streaming and replay, a Key-Value store client for managing distributed state with versioning and watchers, and an Object Store client for the storage and retrieval of large binary files via chunked delivery. The implementation
Satellizer is an authentication library for AngularJS applications designed to manage user sign-in and session persistence using security tokens. It functions as a client-side implementation for exchanging credentials for tokens and attaching authorization headers to network requests. The library handles identity integration through a token manager that supports both email-based authentication and external OAuth providers. It enables the authorization of users via third-party services using secure popup windows and allows for linking or unlinking external accounts to a user profile. The proj
This project is a starter template for building secure web services and REST application backends using Node.js, Express, MongoDB, and JSON Web Tokens. It provides a foundation for server-side development, incorporating document mapping for database integration, cryptographic token authentication, and role-based access control. The system features user account administration, automated database seeding and cleanup scripts, dynamic file-based routing, and environment-based configuration management. Security features include brute-force protection through failed login tracking and request activ
Sinopia एक प्राइवेट npm रजिस्ट्री सर्वर है जिसका उपयोग आंतरिक नेटवर्क के भीतर प्राइवेट पैकेज और स्कोप्ड मॉड्यूल को होस्ट करने, प्रबंधित करने और वितरित करने के लिए किया जाता है। यह एक प्राइवेट पैकेज मैनेजर के रूप में कार्य करता है जो उपयोगकर्ता प्रमाणीकरण और एन्क्रिप्टेड टोकन के माध्यम से आंतरिक कोड तक पहुंच को नियंत्रित करता है।
rlidwka/sinopia की मुख्य विशेषताएं हैं: npm Registry Deployments, Registry Proxies, Upstream Proxy Caching, Proxy Caches, Private Package Registries, Scoped, Access Control and Authorization, User Account Management।
rlidwka/sinopia के ओपन-सोर्स विकल्पों में शामिल हैं: verdaccio/verdaccio — Verdaccio is a registry server that implements the npm protocol to store, serve, and manage software dependencies. It… nats-io/nats.go — This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the… sahat/satellizer — Satellizer is an authentication library for AngularJS applications designed to manage user sign-in and session… heeexy/springboot-shiro-vue — SpringBoot-Shiro-Vue is a permission management framework and role-based access control system. It provides a backend… davellanedam/node-express-mongodb-jwt-rest-api-skeleton — This project is a starter template for building secure web services and REST application backends using Node.js,… auth0/java-jwt — This is a Java library for creating and verifying JSON Web Tokens (JWTs), supporting multiple cryptographic signing…