awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

身份验证与授权

排名更新于 2026年6月23日

For 身份验证与授权, the strongest matches are wasp-lang/wasp (Wasp is a declarative full-stack web framework that enables), better-auth/better-auth (This project is a modular authentication framework designed to) and danielsogl/awesome-cordova-plugins (This project provides a collection of type-safe wrappers designed). authelia/authelia and unsplash/datasets round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

探索用于管理用户身份、访问控制及安全认证协议的开源库与框架。

身份验证与授权

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wasp-lang/waspwasp-lang 的头像

    wasp-lang/wasp

    18,146在 GitHub 上查看↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    TypeScriptFull-Stack Web FrameworksDeclarative PlatformsEnd-to-End Type Safety Frameworks
    在 GitHub 上查看↗18,146
  • better-auth/better-authbetter-auth 的头像

    better-auth/better-auth

    28,736在 GitHub 上查看↗

    This project is a modular authentication framework designed to manage user identity, session tracking, and access control across web applications. It provides a unified solution for handling email-based credentials and social identity federation, allowing developers to implement secure login and registration flows that maintain consistent user states across client and server environments. The system utilizes a plugin-based architecture and middleware-driven request interception to allow for the extension of core authentication logic. It features type-safe schema generation, which derives data

    TypeScriptAuthentication FrameworksAuthentication SystemsEmail Authentication Strategies
    在 GitHub 上查看↗28,736
  • danielsogl/awesome-cordova-pluginsdanielsogl 的头像

    danielsogl/awesome-cordova-plugins

    2,450在 GitHub 上查看↗

    This project provides a collection of type-safe wrappers designed to bridge web-based applications with native mobile hardware and system services. It functions as a cross-platform framework that normalizes disparate native plugin behaviors into a unified interface, allowing developers to access device sensors and system capabilities consistently across multiple mobile operating systems. The framework distinguishes itself by wrapping asynchronous native callbacks into reactive streams, simplifying the management of continuous hardware events and data updates. It includes robust mocking capabi

    TypeScriptNative Plugin WrappersCross-Platform Abstraction LayersDevice & Hardware SDKs
    在 GitHub 上查看↗2,450
  • authelia/autheliaauthelia 的头像

    authelia/authelia

    26,785在 GitHub 上查看↗

    Authelia is a centralized identity and access management server designed to secure web applications through unified authentication and authorization. It functions as an identity authority that enables single sign-on across diverse platforms, allowing users to access multiple services with a single set of credentials. By acting as a standards-compliant provider, it facilitates secure identity propagation and token issuance for client applications. The platform distinguishes itself through its ability to integrate directly with web gateways as a reverse proxy authentication middleware, intercep

    GoIdentity and Access Management ServersIdentity Management SystemsIdentity Providers
    在 GitHub 上查看↗26,785
  • unsplash/datasetsunsplash 的头像

    unsplash/datasets

    2,671在 GitHub 上查看↗

    This project is an open-source visual dataset and machine learning image library. It provides large-scale collections of high-quality photos and metadata designed for training computer vision models and conducting research into image categorization and retrieval. The repository specifically offers semantic search datasets that pair images with AI and human-generated keywords to analyze search intent and visual metaphors. It also serves as an image metadata archive, providing structured EXIF data and camera specifications for technical analysis. The available data covers broad capability area

    Jupyter NotebookGeneral Purpose Image DatasetsImage Search DatasetsMachine Learning Datasets
    在 GitHub 上查看↗2,671
  • ytdl-org/youtube-dlytdl-org 的头像

    ytdl-org/youtube-dl

    140,516在 GitHub 上查看↗

    This project is a command-line utility for downloading media from various online platforms. It provides comprehensive tools for selecting specific video and audio formats, managing playlist downloads, and filtering content based on metadata such as upload dates and file sizes. The software includes extensive filesystem and output controls, allowing users to define custom naming templates, manage subtitle tracks, and retrieve thumbnails. An automated post-processing pipeline supports tasks like audio extraction, format conversion, and metadata embedding. To ensure reliable operation, the tool

    PythonMedia Selection FiltersDownload ManagersFilename Templates
    在 GitHub 上查看↗140,516
  • microsoft/security-101microsoft 的头像

    microsoft/Security-101

    6,203在 GitHub 上查看↗

    Security-101 is a vendor-agnostic, foundational cybersecurity learning curriculum organized into modular, framework-aligned modules. It is designed to build core knowledge across multiple security domains without tying content to specific products or platforms, making it suitable for both beginners and professionals seeking a structured introduction to the field. The curriculum is built around established security frameworks, including the MITRE ATT&CK framework for standardized threat analysis and the NIST Cybersecurity Framework for incident response workflows. It covers a broad range of do

    HTMLAgnostic Security GuidanceAI SecurityAuthentication and Authorization
    在 GitHub 上查看↗6,203
  • rustdesk/rustdeskrustdesk 的头像

    rustdesk/rustdesk

    116,258在 GitHub 上查看↗

    RustDesk is a cross-platform remote desktop client that enables users to initiate and receive remote sessions. It provides a complete infrastructure for self-hosted remote access, utilizing a signaling and relay server architecture to maintain connectivity when direct peer-to-peer links are unavailable. The software is designed to function across desktop and mobile environments, offering native remote control, screen sharing, and file management capabilities. What distinguishes the platform is its centralized administrative control plane, which allows for granular management of security polic

    RustDisplay and Control SettingsPrivate and Enterprise Infrastructure ManagementRemote Desktop Clients
    在 GitHub 上查看↗116,258
  • marmelab/react-adminmarmelab 的头像

    marmelab/react-admin

    26,780在 GitHub 上查看↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    TypeScriptAdmin DashboardsAdmin Panel FrameworksAdmin Panel Generators
    在 GitHub 上查看↗26,780
  • psf/requestspsf 的头像

    psf/requests

    54,044在 GitHub 上查看↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into structured objects, the library automates the complexities of headers, cookies, and payload transmission. The library distinguishes itself through a modular transport adapter layer that allows for custom protocol handling and extensible authentication hooks. It supports a wide

    PythonHTTP ClientsHTTP Interaction FrameworksWeb API Integration
    在 GitHub 上查看↗54,044
  • goharbor/harborgoharbor 的头像

    goharbor/harbor

    28,761在 GitHub 上查看↗

    Harbor is a self-hosted, enterprise-grade container registry platform designed to store, sign, and scan container images and cloud-native artifacts. It provides a centralized repository that integrates directly with Kubernetes environments to manage the full lifecycle of software artifacts, from initial storage to production deployment. The platform distinguishes itself through a focus on security, governance, and multi-site availability. It features a pluggable vulnerability scanning framework that allows for the integration of various security engines, alongside content trust mechanisms tha

    GoArtifact HostingContainer Image RegistriesKubernetes Deployment
    在 GitHub 上查看↗28,761
  • fatedier/frpfatedier 的头像

    fatedier/frp

    107,372在 GitHub 上查看↗

    This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a comprehensive suite of tools for managing network traffic, including support for TCP and UDP stream multiplexing, connection pooling, and load balancing across proxy instances. The system facilitates secure communication through TLS encryption, data compression, and multiple authentication methods such as OpenID Connect, shared tokens, and basic password protection. The software offers granular control over HTTP traffic, enabling users to route requests based on subdomains or URL

    GoNetwork TunnelingNetwork Tunneling and ProxyingNetworking and Proxies
    在 GitHub 上查看↗107,372
  • sanic-org/sanicsanic-org 的头像

    sanic-org/sanic

    18,624在 GitHub 上查看↗

    Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as a production-ready ASGI web server, utilizing a non-blocking event loop to handle concurrent requests and maximize throughput. The framework is built to support scalable architectures, offering built-in worker process management to distribute traffic across available CPU cores. What distinguishes Sanic is its focus on modularity and developer-centric tooling. It features a blueprint-based system for organizing complex applications into pluggable components, alongside a robust

    PythonAsynchronous Web FrameworksAsynchronous API RoutingAsynchronous Event Loops
    在 GitHub 上查看↗18,624
  • infisical/infisicalInfisical 的头像

    Infisical/infisical

    27,374在 GitHub 上查看↗

    Infisical is a centralized secrets management platform designed to store, synchronize, and control access to sensitive credentials and configuration data across distributed development, staging, and production environments. It employs client-side encryption to ensure that secrets remain unreadable to the underlying storage infrastructure, while providing a hierarchical permission model to govern both user and machine access. The platform distinguishes itself through dynamic credential provisioning, which generates short-lived access tokens that are automatically revoked after use. It supports

    TypeScriptSecrets ManagementIdentity and Access ManagementKey Management Services
    在 GitHub 上查看↗27,374
  • supertokens/supertokens-coresupertokens 的头像

    supertokens/supertokens-core

    14,922在 GitHub 上查看↗

    SuperTokens Core is an open-source, self-hosted authentication and identity management platform designed for deployment within private infrastructure. It provides a comprehensive suite for managing user accounts, roles, and secure authentication flows, utilizing a modular, recipe-based architecture that allows developers to enable specific security features without modifying the core codebase. The platform distinguishes itself through its robust multi-tenancy capabilities, which allow for the logical or physical isolation of user records and configuration settings across different organizatio

    JavaIdentity and Access ManagementMulti-Tenant Data ManagementMulti-Tenant Identity Management
    在 GitHub 上查看↗14,922
  • filosottile/mkcertFiloSottile 的头像

    FiloSottile/mkcert

    59,097在 GitHub 上查看↗

    mkcert is a command-line utility designed to simplify local development by generating and managing locally-trusted development certificates. It creates a unique, self-signed root certificate authority on the local machine, which serves as a trusted source for issuing development credentials. By automating the generation of these certificates, the tool enables secure encrypted connections that browsers and operating systems accept without security warnings. The utility distinguishes itself by automatically configuring local trust stores, programmatically injecting the generated root certificat

    GoDevelopment Certificate AuthoritiesLocal Certificate AuthoritiesCertificate Authority Managers
    在 GitHub 上查看↗59,097
  • wasp-lang/open-saaswasp-lang 的头像

    wasp-lang/open-saas

    13,405在 GitHub 上查看↗

    Open SaaS is a full-stack starter kit and development framework designed for building and deploying commercial web applications. It provides a production-ready foundation that integrates essential services, including user authentication, payment processing, file storage, and administrative oversight, into a single cohesive environment. The framework utilizes a declarative configuration approach to define application structure, which automatically generates the necessary boilerplate for both frontend and backend components. By employing database-first schema modeling, it ensures type-safe comm

    TypeScriptApplication Starter KitsReact FrameworksSaaS Scaffolding Templates
    在 GitHub 上查看↗13,405
  • owasp/cheatsheetseriesOWASP 的头像

    OWASP/CheatSheetSeries

    32,298在 GitHub 上查看↗

    The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral

    PythonFramework Security ModulesInjection PreventionLLM Prompt Injection Prevention
    在 GitHub 上查看↗32,298
  • ziadoz/awesome-phpziadoz 的头像

    ziadoz/awesome-php

    32,573在 GitHub 上查看↗

    This project is a community-driven directory and knowledge base for the PHP ecosystem. It serves as a comprehensive index of high-quality libraries, frameworks, tools, and educational materials, designed to help developers navigate the landscape and select appropriate solutions for their software projects. The directory distinguishes itself through a hierarchical taxonomy that organizes vast amounts of technical information into a logical, human-readable structure. By relying on distributed contributions from the developer community, it maintains a current and vetted collection of references

    Awesome ListDeveloper Knowledge BasesTechnical Knowledge Bases
    在 GitHub 上查看↗32,573
  • modelcontextprotocol/serversmodelcontextprotocol 的头像

    modelcontextprotocol/servers

    87,320在 GitHub 上查看↗

    The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service environments, using a JSON-RPC based messaging standard to facilitate bidirectional communication between clients and servers. The protocol distinguishes itself through a robust capability-based handshake that negotiates feature sets during session initialization, ensuring compatibil

    TypeScriptAI Context Integration ProtocolsAI Agent Tool IntegrationsAI Interoperability Layers
    在 GitHub 上查看↗87,320
  • emqx/emqxemqx 的头像

    emqx/emqx

    16,422在 GitHub 上查看↗

    This project is a high-performance MQTT broker and IoT data platform designed to manage millions of concurrent device connections. It provides a scalable infrastructure for ingesting, processing, and routing telemetry data across distributed systems, utilizing an actor-based concurrency model to maintain high availability and state synchronization across cluster nodes. The platform distinguishes itself through integrated stream processing and edge computing capabilities. It allows users to execute declarative SQL-based rules directly against incoming message streams for real-time filtering, t

    ErlangMessage BrokersConnection ManagersMessage Broker Infrastructure
    在 GitHub 上查看↗16,422
  • hashicorp/vaulthashicorp 的头像

    hashicorp/vault

    35,796在 GitHub 上查看↗

    Vault is a centralized secrets management platform designed to secure, store, and control access to sensitive credentials such as API keys, passwords, certificates, and encryption keys. At its core, the system employs a barrier-based cryptographic sealing mechanism that requires an unseal process to decrypt internal storage, ensuring that sensitive data remains protected. It provides identity-based access control to manage granular permissions across distributed infrastructure, effectively centralizing security policies and authentication for both human and machine workloads. What distinguish

    GoSecrets Management PlatformsCentralized Secrets ManagementCryptographic Sealing Mechanisms
    在 GitHub 上查看↗35,796
  • dromara/sa-tokendromara 的头像

    dromara/Sa-Token

    18,626在 GitHub 上查看↗

    Sa-Token is a Java-based authentication and authorization framework designed to manage user sessions, permissions, and identity verification within web applications and microservice architectures. It provides a centralized security layer that enforces access control policies and identity validation across distributed service environments and API gateways. The framework distinguishes itself through its support for cross-domain single sign-on and its ability to function as an OAuth2 identity provider. It manages user session lifecycles by applying configurable rules for single or multi-login re

    JavaAuthentication and AuthorizationIdentity ProvidersOAuth2 Providers
    在 GitHub 上查看↗18,626
  • tailscale/tailscaletailscale 的头像

    tailscale/tailscale

    32,596在 GitHub 上查看↗

    Tailscale is a zero-trust networking overlay that connects distributed devices and services into a private, encrypted mesh network. By utilizing a high-performance, user-space implementation of the WireGuard protocol, it establishes secure peer-to-peer tunnels across diverse network topologies without requiring complex firewall configuration. The platform operates on a centralized control plane that manages global network state, authentication, and policy distribution, ensuring that connectivity is governed by identity rather than traditional IP-based rules. What distinguishes Tailscale is it

    GoAccess Control PoliciesIdentity AuthenticationIdentity Provider Integrations
    在 GitHub 上查看↗32,596
  • codeigniter4/codeigniter4codeigniter4 的头像

    codeigniter4/CodeIgniter4

    5,924在 GitHub 上查看↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPFull-Stack Web ApplicationsFull-Stack Web FrameworksModel-View-Controller Frameworks
    在 GitHub 上查看↗5,924
  • dani-garcia/vaultwardendani-garcia 的头像

    dani-garcia/vaultwarden

    62,749在 GitHub 上查看↗

    Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials, identities, and organizational data across multiple client devices. It functions as a database-backed web application that provides an API layer for secure client-server communication, enabling users to manage personal vaults and organizational data sharing with multi-factor authentication. The project distinguishes itself through a comprehensive administrative infrastructure that provides centralized control over server configuration, user accounts, and system diagnostics via a de

    RustServicesSelf-Hosted Password ManagersAdministrative Dashboards
    在 GitHub 上查看↗62,749
  • cortexproject/cortexcortexproject 的头像

    cortexproject/cortex

    5,751在 GitHub 上查看↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    GoPrometheus-Compatible Metrics ScalingAlerting SystemsAlertmanager Alert Forwarders
    在 GitHub 上查看↗5,751
  • cloudreve/cloudrevecloudreve 的头像

    cloudreve/cloudreve

    28,166在 GitHub 上查看↗

    Cloudreve is a self-hosted cloud storage platform designed to provide personal and organizational file management. It functions as a web-based solution that allows users to store, organize, and share digital files across multiple devices while maintaining control over their own data infrastructure. The platform distinguishes itself through a storage backend abstraction layer, which provides a unified interface to manage files across diverse local and remote cloud providers. It incorporates a robust identity and authorization layer that supports standard OAuth 2.0 flows for secure third-party

    GoCloud Storage PlatformsPersonal Cloud StorageAuthentication Servers
    在 GitHub 上查看↗28,166
  • linkerd/linkerd2linkerd 的头像

    linkerd/linkerd2

    11,424在 GitHub 上查看↗

    This project is a service mesh platform designed to manage, secure, and observe service-to-service communication within Kubernetes clusters. It functions as a control plane that orchestrates transparent sidecar proxies, which intercept and manage network traffic to provide reliable connectivity for microservices. By automating the injection of these proxies, the platform ensures that infrastructure-level policies are applied consistently across all workloads without requiring manual configuration changes. The platform distinguishes itself through its focus on zero-trust security and cross-clu

    GoService Mesh Control PlanesMutual TLS AuthenticationMutual TLS Implementations
    在 GitHub 上查看↗11,424
  • keycloak/keycloakkeycloak 的头像

    keycloak/keycloak

    34,934在 GitHub 上查看↗

    Keycloak is an open-source identity and access management server that provides a centralized platform for user authentication, authorization, and identity federation. It functions as a standards-compliant identity provider, utilizing a centralized engine to validate credentials and issue cryptographically signed tokens based on industry-standard protocols like OpenID Connect and SAML. This enables organizations to secure diverse applications and services through a unified authentication layer. The platform distinguishes itself through its cloud-native orchestration and high-availability capab

    JavaIdentity ServersIdentity Management SystemsIdentity Providers
    在 GitHub 上查看↗34,934
  • juce-framework/jucejuce-framework 的头像

    juce-framework/JUCE

    8,579在 GitHub 上查看↗

    JUCE is a comprehensive C++ audio framework and digital signal processing library used to build cross-platform audio applications, audio plug-ins, and high-performance user interfaces. It serves as a development kit for creating audio processors compatible with industry-standard plugin formats for digital audio workstations, as well as a tool for MIDI and Open Sound Control communication between musical hardware and software. The framework is distinguished by its ability to maintain a single codebase for native desktop and mobile applications across multiple operating systems. It provides a f

    C++Audio Processing LibrariesCross-Platform FrameworksPlug-in Development
    在 GitHub 上查看↗8,579
  • keepassxreboot/keepassxckeepassxreboot 的头像

    keepassxreboot/keepassxc

    27,675在 GitHub 上查看↗

    This project is a cross-platform credential management suite designed to store sensitive information in encrypted local databases. It functions as a secure desktop application that provides a unified environment for organizing secrets, generating passwords, and managing multi-factor authentication tokens. By utilizing industry-standard file formats, the application ensures that stored credentials remain secure and interoperable across different operating systems. The software distinguishes itself through deep integration with hardware-backed security and system-level services. It supports phy

    C++Credential ManagersEncrypted StoragePassword Managers
    在 GitHub 上查看↗27,675
  • modelcontextprotocol/typescript-sdkmodelcontextprotocol 的头像

    modelcontextprotocol/typescript-sdk

    12,674在 GitHub 上查看↗

    This project provides a TypeScript software development kit for the Model Context Protocol, a standard designed to facilitate bidirectional communication between AI applications and external data sources or tools. It serves as a foundational framework for building both clients and servers, enabling language models to interact with external systems through a unified, decoupled interface. The SDK distinguishes itself by implementing a transport-agnostic connection layer that supports both local standard input-output streams and remote HTTP endpoints. It utilizes a JSON-RPC message bus to manage

    TypeScriptModel Context ProtocolAI Agent Tool IntegrationsLanguage Model Orchestration
    在 GitHub 上查看↗12,674
  • juanfont/headscalejuanfont 的头像

    juanfont/headscale

    40,074在 GitHub 上查看↗

    Headscale is a self-hosted control plane for private mesh networking that enables the creation of secure, encrypted peer-to-peer networks. By acting as a centralized coordination server, it manages device authentication, cryptographic key exchange, and network topology, allowing distributed infrastructure to communicate without relying on third-party services. It implements a zero-trust security architecture, verifying device and user identity before granting access to internal resources. The project distinguishes itself by providing a fully independent, self-hosted alternative for managing n

    GoControl Plane ProtocolsIdentity-Aware InfrastructureMesh Networking
    在 GitHub 上查看↗40,074
  • hsluoyz/casbinhsluoyz 的头像

    hsluoyz/casbin

    20,189在 GitHub 上查看↗

    Casbin is an authorization library designed to manage application access control and permissions through a configurable model-based engine. It serves as a centralized system for verifying whether a user has permission to perform specific actions on a resource. The engine supports multiple access control models, including Role-Based Access Control, Attribute-Based Access Control, and Access Control Lists. It allows for the definition of role hierarchies and the evaluation of user, resource, and environment attributes to make access decisions. The library decouples authorization logic from dat

    GoAccess ControlAccess Control and AuthorizationAccess Control Models
    在 GitHub 上查看↗20,189
  • ente-io/enteente-io 的头像

    ente-io/ente

    27,281在 GitHub 上查看↗

    Ente is a privacy-focused platform for end-to-end encrypted storage and two-factor authentication management. It functions as a zero-knowledge identity provider, ensuring that all cryptographic operations, key derivation, and data encryption occur locally on the user's device. By maintaining this architecture, the service provider remains unable to access or decrypt any stored personal information or authentication credentials. The platform distinguishes itself through a combination of on-device intelligence and resilient data distribution. It utilizes a local machine learning engine to perfo

    DartIdentity ProvidersKey Management SystemsTwo-Factor Authentication
    在 GitHub 上查看↗27,281
  • macrozheng/mallmacrozheng 的头像

    macrozheng/mall

    83,878在 GitHub 上查看↗

    This project is an enterprise-grade Java framework designed for building scalable, full-stack e-commerce applications. It provides a comprehensive foundation for microservice-based distributed architectures, enabling the development of complex retail platforms that include product management, order processing, and secure user authentication. By leveraging modular service patterns and centralized API gateways, the framework supports the construction of resilient systems that decompose monolithic business logic into independent, manageable services. The platform distinguishes itself through a r

    JavaFull-Stack FrameworksFull-Stack Web FrameworksJava Frameworks
    在 GitHub 上查看↗83,878
  • appwrite/appwriteappwrite 的头像

    appwrite/appwrite

    56,318在 GitHub 上查看↗

    Appwrite is a backend-as-a-service platform that provides a unified development environment for building full-stack applications. It integrates essential infrastructure components—including authentication, databases, storage, and serverless functions—into a single, centralized interface to simplify application development and resource management. The platform distinguishes itself through a container-based microservices architecture that ensures consistent execution across diverse infrastructure. It features a versatile connectivity layer that links frontend applications with third-party servi

    TypeScriptBackend-as-a-Service PlatformsRole-Based Access ControlsAuthentication Strategies
    在 GitHub 上查看↗56,318
  • nats-io/nats-servernats-io 的头像

    nats-io/nats-server

    20,076在 GitHub 上查看↗

    NATS Server is a high-performance, lightweight messaging system designed for cloud-native applications, edge computing, and distributed microservices. It functions as a distributed publish-subscribe broker that routes messages using hierarchical, dot-separated subject strings, enabling decoupled communication between services without requiring centralized broker lookups. The system supports core messaging patterns including asynchronous publish-subscribe, request-reply, and load-balanced queue processing. The platform distinguishes itself through a decentralized architecture that eliminates t

    GoDistributed MessagingPublish-Subscribe MessagingClient-to-Client Messaging
    在 GitHub 上查看↗20,076
  • acmesh-official/acme.shacmesh-official 的头像

    acmesh-official/acme.sh

    46,911在 GitHub 上查看↗

    This project is a command-line tool that automates the entire lifecycle of security certificates using standard domain validation protocols. It functions as a background service to manage the issuance, renewal, and installation of certificates, ensuring that encrypted web traffic remains active without requiring manual intervention. The tool distinguishes itself through extensive support for automated domain ownership verification, including the ability to issue wildcard certificates by programmatically interacting with external domain name system providers. It provides flexible validation op

    ShellAutomated Certificate Management SystemsSSL Certificate IssuersACME Clients
    在 GitHub 上查看↗46,911
  • ory/kratosory 的头像

    ory/kratos

    13,455在 GitHub 上查看↗

    Kratos is a centralized identity and access management server designed to handle user registration, authentication, and profile management. It functions as an identity flow orchestrator, managing the state and security of authentication processes across web, mobile, and command-line interfaces. The system provides a standards-compliant authorization server that issues tokens and manages delegated access for third-party applications and internal services, supporting multi-factor authentication and custom identity schemas to secure user accounts. The project distinguishes itself through a headl

    GoIdentity and Access ManagementIdentity and Access Management ServersMulti-Factor Authentication
    在 GitHub 上查看↗13,455
  • wg-easy/wg-easywg-easy 的头像

    wg-easy/wg-easy

    24,645在 GitHub 上查看↗

    This project provides a self-hosted, containerized WireGuard VPN server that simplifies network administration through a web-based management interface. It allows users to deploy and manage VPN tunnels, configure peer identities, and monitor connection status without the need for manual configuration file editing. By bundling the VPN stack into a portable container, it ensures consistent deployment and persistent state management across diverse host environments. A key differentiator is the built-in support for traffic obfuscation, which modifies packet headers and handshake patterns to help

    TypeScriptWireGuard ManagementVPN ClientsTraffic Obfuscation
    在 GitHub 上查看↗24,645
  • filamentphp/filamentfilamentphp 的头像

    filamentphp/filament

    31,215在 GitHub 上查看↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    PHPAdmin Panel FrameworksAdministrative PanelsAdministrative Interfaces
    在 GitHub 上查看↗31,215
  • labstack/echolabstack 的头像

    labstack/echo

    32,451在 GitHub 上查看↗

    Echo is a high-performance, lightweight web framework for Go designed for building scalable RESTful APIs and web services. It provides a centralized environment for mapping network requests to handler functions, utilizing a fast radix-tree routing engine to ensure efficient request dispatching. The framework is built around a modular, middleware-centric pipeline that allows developers to execute reusable logic for cross-cutting concerns like authentication, logging, and security across the entire application. What distinguishes Echo is its focus on developer productivity through structured da

    GoHigh-Performance Web FrameworksMiddlewareRESTful API Development
    在 GitHub 上查看↗32,451
  • getgrav/gravgetgrav 的头像

    getgrav/grav

    15,395在 GitHub 上查看↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    PHPBlog and Newsletter PublishingContent DirectoriesContent Management & Publishing
    在 GitHub 上查看↗15,395
  • tryghost/ghostTryGhost 的头像

    TryGhost/Ghost

    53,965在 GitHub 上查看↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web services. The platform distinguishes itself by integrating a built-in membership and subscription engine, which enables creators to manage gated content, paid tiers, and secure member profiles directly within the system. It also features a dedicated infrastructure for professio

    JavaScriptHeadlessHeadlessContent Management APIs
    在 GitHub 上查看↗53,965
  • apache/apisixapache 的头像

    apache/apisix

    16,767在 GitHub 上查看↗

    This project is a high-performance, distributed API gateway designed to manage, secure, and observe traffic for microservices, serverless functions, and artificial intelligence model providers. It functions as a dynamic service proxy and cloud-native ingress controller, centralizing policy enforcement and traffic routing through a unified configuration interface that synchronizes state across multiple nodes in real time. The platform distinguishes itself through a highly extensible architecture that utilizes a high-performance scripting engine to execute modular logic directly within the requ

    LuaAPI GatewaysAI Security GatewaysAI Token Budget Controllers
    在 GitHub 上查看↗16,767
  • openssl/opensslopenssl 的头像

    openssl/openssl

    29,596在 GitHub 上查看↗

    This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and protocols for implementing data encryption and network communication. It serves as a foundational library for securing software applications through a wide range of cryptographic functions. The architecture is defined by a modular provider system that allows for the dynamic loading of external cryptographic implementations without requiring modifications to the core application binary. It supports metadata-driven algorithm querying, which resolves security primitives by matchin

    CCryptographic LibrariesCryptographic ToolkitsCryptographic Providers
    在 GitHub 上查看↗29,596
一览前 10 名对比
仓库Star 数语言许可证最后推送
wasp-lang/wasp18.1KTypeScriptmit2026年2月20日
better-auth/better-auth28.7KTypeScriptMIT2026年6月16日
danielsogl/awesome-cordova-plugins2.5KTypeScriptNOASSERTION2026年6月15日
authelia/authelia26.8KGoapache-2.02026年2月19日
unsplash/datasets2.7KJupyter Notebook—2025年4月17日
ytdl-org/youtube-dl140.5KPythonUnlicense2026年2月19日
microsoft/security-1016.2KHTMLcc0-1.02025年12月21日
rustdesk/rustdesk116.3KRustAGPL-3.02026年6月16日
marmelab/react-admin26.8KTypeScriptMIT2026年6月16日
psf/requests54KPythonApache-2.02026年6月15日

Related searches

  • Web 应用身份验证库
  • an open source framework for access control
  • an open source tool for digital privacy
  • 用户权限管理授权框架
  • 用于管理访问控制的授权库
  • 带 JWT 身份验证的全栈样板代码
  • an open source library for application authorization
  • Auth0 替代方案