awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesAuthentication Updates

Tools for modifying existing authentication parameters and settings.

Distinguishing note: Focuses on updating existing auth policies, distinct from initial creation.

Explore 3 awesome GitHub repositories matching security & cryptography · Authentication Updates. Refine with filters or upvote what's useful.

Awesome Authentication Updates GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • infisical/infisicalAvatar von Infisical

    Infisical/infisical

    27,374Auf GitHub ansehen↗

    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

    Modifies existing cloud authentication settings for machine identities by updating trusted resource names and network ranges.

    TypeScriptacmecertificate-managementcli
    Auf GitHub ansehen↗27,374
  • heartcombo/deviseAvatar von heartcombo

    heartcombo/devise

    24,347Auf GitHub ansehen↗

    Devise is a flexible authentication framework for Ruby on Rails applications. It serves as a user identity management system that handles registration, sign-in, password recovery, and account confirmation. The system integrates with the Warden middleware to manage user sessions and security across various request types. The framework functions as a multi-model authentication engine, allowing for the configuration of multiple distinct user models with independent routes and access controls. It also provides a standardized interface to connect with external identity providers and third-party lo

    Allows definition of permitted form attributes during account updates and sign-up to ensure data security.

    Ruby
    Auf GitHub ansehen↗24,347
  • plausible/analyticsAvatar von plausible

    plausible/analytics

    24,245Auf GitHub ansehen↗

    This project is an open-source, privacy-focused web analytics platform designed for high-throughput data ingestion and multi-tenant data management. It provides a cookie-less tracking engine that captures visitor interactions using ephemeral request metadata, ensuring comprehensive traffic visibility while maintaining strict privacy standards. The architecture utilizes an event-driven ingestion pipeline and aggregated metric storage to decouple data collection from processing, enabling efficient long-term retrieval and responsive dashboard performance. What distinguishes this platform is its

    Allows users to securely update account credentials and authentication settings.

    Elixiranalyticschartsclickhouse
    Auf GitHub ansehen↗24,245
  1. Home
  2. Security & Cryptography
  3. Authentication Updates

Unter-Tags erkunden

  • Parameter FilteringDefining permitted attributes for user model updates to prevent unauthorized data modification. **Distinct from Authentication Updates:** Focuses on filtering request parameters during the update process rather than changing global authentication policies.