awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Autentificare și autorizare

Clasament actualizat la 23 iun. 2026

For Autentificare și autorizare, 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.

Explorează biblioteci și framework-uri open-source pentru gestionarea identității utilizatorilor, controlul accesului și protocoale de autentificare securizate.

Autentificare și autorizare

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • wasp-lang/waspAvatar wasp-lang

    wasp-lang/wasp

    18,146Vezi pe 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
    Vezi pe GitHub↗18,146
  • better-auth/better-authAvatar better-auth

    better-auth/better-auth

    28,736Vezi pe 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
    Vezi pe GitHub↗28,736
  • danielsogl/awesome-cordova-pluginsAvatar danielsogl

    danielsogl/awesome-cordova-plugins

    2,450Vezi pe 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
    Vezi pe GitHub↗2,450
  • authelia/autheliaAvatar authelia

    authelia/authelia

    26,785Vezi pe 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
    Vezi pe GitHub↗26,785
  • unsplash/datasetsAvatar unsplash

    unsplash/datasets

    2,671Vezi pe 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
    Vezi pe GitHub↗2,671
  • ytdl-org/youtube-dlAvatar ytdl-org

    ytdl-org/youtube-dl

    140,516Vezi pe 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
    Vezi pe GitHub↗140,516
  • microsoft/security-101Avatar microsoft

    microsoft/Security-101

    6,203Vezi pe 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
    Vezi pe GitHub↗6,203
  • rustdesk/rustdeskAvatar rustdesk

    rustdesk/rustdesk

    116,258Vezi pe 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
    Vezi pe GitHub↗116,258
  • marmelab/react-adminAvatar marmelab

    marmelab/react-admin

    26,780Vezi pe 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
    Vezi pe GitHub↗26,780
  • psf/requestsAvatar psf

    psf/requests

    54,044Vezi pe 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
    Vezi pe GitHub↗54,044
  • goharbor/harborAvatar goharbor

    goharbor/harbor

    28,761Vezi pe 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
    Vezi pe GitHub↗28,761
  • fatedier/frpAvatar fatedier

    fatedier/frp

    107,372Vezi pe 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
    Vezi pe GitHub↗107,372
  • sanic-org/sanicAvatar sanic-org

    sanic-org/sanic

    18,624Vezi pe 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
    Vezi pe GitHub↗18,624
  • infisical/infisicalAvatar Infisical

    Infisical/infisical

    27,374Vezi pe 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
    Vezi pe GitHub↗27,374
  • supertokens/supertokens-coreAvatar supertokens

    supertokens/supertokens-core

    14,922Vezi pe 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
    Vezi pe GitHub↗14,922
  • filosottile/mkcertAvatar FiloSottile

    FiloSottile/mkcert

    59,097Vezi pe 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
    Vezi pe GitHub↗59,097
  • wasp-lang/open-saasAvatar wasp-lang

    wasp-lang/open-saas

    13,405Vezi pe 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
    Vezi pe GitHub↗13,405
  • owasp/cheatsheetseriesAvatar OWASP

    OWASP/CheatSheetSeries

    32,298Vezi pe 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
    Vezi pe GitHub↗32,298
  • ziadoz/awesome-phpAvatar ziadoz

    ziadoz/awesome-php

    32,573Vezi pe 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
    Vezi pe GitHub↗32,573
  • modelcontextprotocol/serversAvatar modelcontextprotocol

    modelcontextprotocol/servers

    87,320Vezi pe 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
    Vezi pe GitHub↗87,320
  • emqx/emqxAvatar emqx

    emqx/emqx

    16,422Vezi pe 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
    Vezi pe GitHub↗16,422
  • hashicorp/vaultAvatar hashicorp

    hashicorp/vault

    35,796Vezi pe 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
    Vezi pe GitHub↗35,796
  • dromara/sa-tokenAvatar dromara

    dromara/Sa-Token

    18,626Vezi pe 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
    Vezi pe GitHub↗18,626
  • tailscale/tailscaleAvatar tailscale

    tailscale/tailscale

    32,596Vezi pe 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
    Vezi pe GitHub↗32,596
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe 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
    Vezi pe GitHub↗5,924
  • dani-garcia/vaultwardenAvatar dani-garcia

    dani-garcia/vaultwarden

    62,749Vezi pe 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
    Vezi pe GitHub↗62,749
  • cortexproject/cortexAvatar cortexproject

    cortexproject/cortex

    5,751Vezi pe 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
    Vezi pe GitHub↗5,751
  • cloudreve/cloudreveAvatar cloudreve

    cloudreve/cloudreve

    28,166Vezi pe 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
    Vezi pe GitHub↗28,166
  • linkerd/linkerd2Avatar linkerd

    linkerd/linkerd2

    11,424Vezi pe 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
    Vezi pe GitHub↗11,424
  • keycloak/keycloakAvatar keycloak

    keycloak/keycloak

    34,934Vezi pe 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
    Vezi pe GitHub↗34,934
  • juce-framework/juceAvatar juce-framework

    juce-framework/JUCE

    8,579Vezi pe 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
    Vezi pe GitHub↗8,579
  • keepassxreboot/keepassxcAvatar keepassxreboot

    keepassxreboot/keepassxc

    27,675Vezi pe 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
    Vezi pe GitHub↗27,675
  • modelcontextprotocol/typescript-sdkAvatar modelcontextprotocol

    modelcontextprotocol/typescript-sdk

    12,674Vezi pe 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
    Vezi pe GitHub↗12,674
  • juanfont/headscaleAvatar juanfont

    juanfont/headscale

    40,074Vezi pe 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
    Vezi pe GitHub↗40,074
  • hsluoyz/casbinAvatar hsluoyz

    hsluoyz/casbin

    20,189Vezi pe 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
    Vezi pe GitHub↗20,189
  • ente-io/enteAvatar ente-io

    ente-io/ente

    27,281Vezi pe 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
    Vezi pe GitHub↗27,281
  • macrozheng/mallAvatar macrozheng

    macrozheng/mall

    83,878Vezi pe 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
    Vezi pe GitHub↗83,878
  • appwrite/appwriteAvatar appwrite

    appwrite/appwrite

    56,318Vezi pe 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
    Vezi pe GitHub↗56,318
  • nats-io/nats-serverAvatar nats-io

    nats-io/nats-server

    20,076Vezi pe 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
    Vezi pe GitHub↗20,076
  • acmesh-official/acme.shAvatar acmesh-official

    acmesh-official/acme.sh

    46,911Vezi pe 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
    Vezi pe GitHub↗46,911
  • ory/kratosAvatar ory

    ory/kratos

    13,455Vezi pe 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
    Vezi pe GitHub↗13,455
  • wg-easy/wg-easyAvatar wg-easy

    wg-easy/wg-easy

    24,645Vezi pe 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
    Vezi pe GitHub↗24,645
  • filamentphp/filamentAvatar filamentphp

    filamentphp/filament

    31,215Vezi pe 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
    Vezi pe GitHub↗31,215
  • labstack/echoAvatar labstack

    labstack/echo

    32,451Vezi pe 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
    Vezi pe GitHub↗32,451
  • getgrav/gravAvatar getgrav

    getgrav/grav

    15,395Vezi pe 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
    Vezi pe GitHub↗15,395
  • tryghost/ghostAvatar TryGhost

    TryGhost/Ghost

    53,965Vezi pe 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
    Vezi pe GitHub↗53,965
  • apache/apisixAvatar apache

    apache/apisix

    16,767Vezi pe 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
    Vezi pe GitHub↗16,767
  • openssl/opensslAvatar openssl

    openssl/openssl

    29,596Vezi pe 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
    Vezi pe GitHub↗29,596
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
wasp-lang/wasp18.1KTypeScriptmit20 feb. 2026
better-auth/better-auth28.7KTypeScriptMIT16 iun. 2026
danielsogl/awesome-cordova-plugins2.5KTypeScriptNOASSERTION15 iun. 2026
authelia/authelia26.8KGoapache-2.019 feb. 2026
unsplash/datasets2.7KJupyter Notebook—17 apr. 2025
ytdl-org/youtube-dl140.5KPythonUnlicense19 feb. 2026
microsoft/security-1016.2KHTMLcc0-1.021 dec. 2025
rustdesk/rustdesk116.3KRustAGPL-3.016 iun. 2026
marmelab/react-admin26.8KTypeScriptMIT16 iun. 2026
psf/requests54KPythonApache-2.015 iun. 2026

Related searches

  • o bibliotecă de autentificare pentru aplicații web
  • an open source framework for access control
  • an open source tool for digital privacy
  • un framework de autorizare pentru gestionarea permisiunilor utilizatorilor
  • librărie de autorizare pentru gestionarea controlului accesului
  • un boilerplate full stack cu autentificare JWT
  • an open source library for application authorization
  • alternativă pentru Auth0