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
·

9 Repos

Awesome GitHub RepositoriesAuthentication Security

Tools for managing secrets, keys, and security-sensitive authentication settings.

Distinguishing note: Focuses on secret key management for two-factor authentication.

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

Awesome Authentication Security GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mastodon/mastodonAvatar von mastodon

    mastodon/mastodon

    50,053Auf GitHub ansehen↗

    Mastodon is a self-hosted, decentralized social networking platform that functions as a microblogging application. It enables independent server instances to communicate and exchange social data through the standardized ActivityPub protocol, allowing users to participate in a global, interoperable network. The platform distinguishes itself through its federated architecture, which grants administrators full control over their community instances. This includes comprehensive tools for user moderation, account management, and the enforcement of community guidelines. The system is designed to ha

    Generates and updates secret keys for two-factor authentication to maintain account security.

    Rubyactivity-streamactivitypubdocker
    Auf GitHub ansehen↗50,053
  • eugenp/tutorialsAvatar von eugenp

    eugenp/tutorials

    37,340Auf GitHub ansehen↗

    This project is a collection of educational resources and step-by-step tutorials for Java backend development. It provides implementation guides for building web services and applications using the Spring Boot framework, focusing on the development of data streams and concurrent tasks. The repository includes technical walkthroughs for Kubernetes cluster automation, specifically regarding the creation of custom operators and admission controllers. It also serves as a manual for cloud native integration, covering the packaging of applications into containers and the use of distributed event me

    Implements authentication and authorization controls to protect application endpoints and manage role-based access.

    Java
    Auf GitHub ansehen↗37,340
  • ityouknow/spring-boot-examplesAvatar von ityouknow

    ityouknow/spring-boot-examples

    30,567Auf GitHub ansehen↗

    This repository serves as a comprehensive collection of practical demonstrations and tutorials for building enterprise-ready Java applications using the Spring Boot framework. It provides structured guidance on core development topics, including the implementation of inversion-of-control containers, auto-configuration mechanisms, and convention-over-configuration patterns to simplify the assembly of complex systems. The project distinguishes itself by offering implementation patterns for diverse architectural requirements, such as microservices development, reactive programming models for hig

    Enforces system-wide security through endpoint protection, session management, and role-based access control.

    Javadockerdocker-composerfastdfs
    Auf GitHub ansehen↗30,567
  • semantic-release/semantic-releaseAvatar von semantic-release

    semantic-release/semantic-release

    23,332Auf GitHub ansehen↗

    Semantic-release is an automated release management tool that determines version increments, generates changelogs, and publishes software packages by analyzing commit history against standardized conventions. It functions as a plugin-based orchestrator that integrates directly into continuous integration pipelines to manage the entire release lifecycle, from verifying environment conditions to distributing artifacts. The project distinguishes itself through its commit-message-driven approach, which enforces consistent versioning standards and automates the creation of release notes based on t

    Provides secure injection of authentication tokens into build environments to authorize package publishing.

    JavaScriptautomationchangelogpackage
    Auf GitHub ansehen↗23,332
  • fosrl/pangolinAvatar von fosrl

    fosrl/pangolin

    21,255Auf GitHub ansehen↗

    Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private network resources. It functions as a cloud-native network controller that orchestrates encrypted tunnels, traffic routing, and access policies across distributed environments. By leveraging WireGuard for secure data transport, the platform enables authenticated access to internal web applications, terminal sessions, and remote desktops without exposing services to the public internet. The platform distinguishes itself through a declarative infrastructure model that synchronizes n

    Supports passwordless login using physical security keys to improve authentication security.

    TypeScriptcrowdsecdockerhome-lab
    Auf GitHub ansehen↗21,255
  • uberguidoz/flipperAvatar von UberGuidoZ

    UberGuidoZ/Flipper

    17,148Auf GitHub ansehen↗

    Flipper is a portable, multi-protocol hardware security tool designed for the analysis, capture, and emulation of wireless and physical access signals. It functions as a platform for security research and hardware experimentation, enabling users to interact with radio frequency, infrared, and near-field communication systems. The device distinguishes itself through its modular firmware architecture and script-based execution engine, which allow for the automation of complex signal transmissions and keystroke injection sequences. By utilizing direct hardware manipulation and event-driven polli

    Generates and verifies cryptographic responses to act as a hardware security key for multi-factor authentication.

    C
    Auf GitHub ansehen↗17,148
  • 0xjacky/nginx-uiAvatar von 0xJacky

    0xJacky/nginx-ui

    11,172Auf GitHub ansehen↗

    This project is a web-based management interface designed for the administration, monitoring, and configuration of Nginx server instances. It functions as a centralized platform for managing reverse proxy settings, traffic routing, and server lifecycles, providing a visual dashboard to replace manual configuration file editing. The platform distinguishes itself through integrated infrastructure automation and observability tools. It supports distributed environments by synchronizing configuration states across multiple nodes and containerized services, while offering artificial intelligence a

    Manages secret keys for generating and validating authentication tokens to ensure secure user sessions.

    Gochatgpt-appcode-completioncopilot
    Auf GitHub ansehen↗11,172
  • codingdocs/springboot-guideAvatar von CodingDocs

    CodingDocs/springboot-guide

    5,256Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Bildungsressource und ein technischer Leitfaden für den Aufbau von Enterprise-Backend-Anwendungen und RESTful-Services mit dem Spring-Boot-Framework. Es dient als Schritt-für-Schritt-Tutorial für die Entwicklung von serverseitiger Logik, API-Routing und verteilten Systemen im Java-Ökosystem. Die Dokumentation bietet spezifische Implementierungsleitfäden für Microservices-Architekturen mit Fokus auf die Koordination verteilter Dienste und eventgesteuerte Kommunikation. Sie enthält eine praktische Referenz für das Spring-Ökosystem mit detaillierten Abschnitten zu Sicherheitsimplementierung und Datenpersistenz. Das Material deckt zentrale Bereiche ab, darunter die Entwicklung von RESTful-Webservices, Datenbank-Persistenzmanagement und die Integration von Message-Brokern für entkoppelte Kommunikation. Zudem werden Anwendungssicherheit durch Token-basierte Authentifizierung, automatisiertes Backend-Testing mit isolierten Mocks und das Management asynchroner Task-Verarbeitung behandelt.

    Implements application-level endpoint protection and role-based access control for sensitive resources.

    Javaasynchronousdubbomybatis
    Auf GitHub ansehen↗5,256
  • hansonwang99/spring-boot-in-actionAvatar von hansonwang99

    hansonwang99/Spring-Boot-In-Action

    4,678Auf GitHub ansehen↗

    This project is a collection of reference implementations and practical guides for building enterprise Java applications using the Spring Boot framework. It serves as a backend project gallery and implementation guide, providing a set of architectures for common server patterns. The repository distinguishes itself through a focus on distributed system design, offering examples for global unique identifier generation, distributed caching, and full-text search. It also includes templates and examples for creating custom Spring Boot starters to encapsulate shared dependencies and configurations

    Implements application security mechanisms including endpoint protection and role-based access control.

    Javajavajwtmybatis
    Auf GitHub ansehen↗4,678
  1. Home
  2. Security & Cryptography
  3. Authentication Security

Unter-Tags erkunden

  • Application Security MechanismsFrameworks and patterns for securing application endpoints, managing user sessions, and enforcing role-based access control. **Distinct from Authentication Security:** Distinct from Authentication Security: focuses on application-level endpoint protection and RBAC rather than low-level secret key management.