awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIdentity Management

Mechanisms for assigning unique identifiers and seeds to server instances to track state and prevent plugin registration conflicts.

Distinct from Instance Management: Distinct from Instance Management: focuses on naming and seeding instances for debugging and plugin safety, rather than singleton lifecycle patterns.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Identity Management. Refine with filters or upvote what's useful.

Awesome Identity Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elysiajs/elysiaAvatar de elysiajs

    elysiajs/elysia

    18,531Ver en GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Assign names and seeds to server instances to facilitate debugging and prevent duplicate plugin registration.

    TypeScriptbunframeworkhttp
    Ver en GitHub↗18,531
  • uuidjs/uuidAvatar de uuidjs

    uuidjs/uuid

    15,302Ver en GitHub↗

    This project is a UUID generation library providing a standards-compliant implementation of RFC 4122. It serves as a tool for creating and validating universally unique identifiers across multiple versions to ensure global uniqueness and prevent data collisions. The library supports several generation methods, including random-based entropy, timestamp sequencing, and namespace-based hashing. It also includes utilities for identifier validation, parsing, and converting identifiers between hexadecimal string representations and binary byte arrays. A command line utility is included for the man

    Assigns stable, unique keys to records to ensure they can be tracked across systems without collisions.

    TypeScript
    Ver en GitHub↗15,302
  1. Home
  2. Software Engineering & Architecture
  3. Instance Management
  4. Identity Management