11 repositorios
Automated workflows for verifying user email addresses to ensure account security.
Distinguishing note: Specifically handles the configuration of verification emails and account status updates.
Explore 11 awesome GitHub repositories matching security & cryptography · Email Verification Services. Refine with filters or upvote what's useful.
Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.
Configures automated email verification workflows to reduce spam and ensure user identity.
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
Handles email address updates and verification flows for user profiles.
Parse Server is a backend-as-a-service solution and Node.js framework that provides a ready-to-use REST and GraphQL API for mobile and web applications. It functions as a core backend infrastructure for managing database schemas, user authentication, and API routing. The system distinguishes itself with a real-time data engine that pushes database updates to clients via WebSockets and a GraphQL server that automatically generates schemas based on application data models. It also features an adapter-based storage layer that abstracts interactions with various cloud and local backends. The pla
Implements automated workflows for account verification and password reset emails using third-party adapters.
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
Queries backend services to determine email verification status for gating application access.
FreshRSS is an open-source, self-hosted web feed aggregator designed to collect, organize, and display content from multiple websites in a single, centralized interface. It functions as a comprehensive reader for standard syndication formats, allowing users to track updates from various sources while maintaining full control over their data and privacy. The platform supports multi-user environments, enabling individual account management and personalized reading experiences. The application distinguishes itself through its robust synchronization and extensibility capabilities. It provides a s
Enforces email address validation for new user registrations and account updates.
Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software projects. By leveraging declarative configuration files and the Nix package manager, it ensures that project dependencies, environment variables, and tooling remain consistent across different machines and team members. It functions as a central manager for project-specific environments, providing isolated shell execution that prevents conflicts with host system software. The project distinguishes itself through its ability to bridge local development and cloud-hosted infrastruct
Automates the retrieval of verification codes from email inboxes to complete authentication flows during testing.
InsForge is a backend-as-a-service platform that provides an integrated suite of tools for managing relational databases, identity provision, object storage, and serverless compute. It functions as an open-source identity provider and a PostgreSQL database manager featuring integrated vector storage and row-level security. The platform serves as an LLM orchestration gateway, offering a unified endpoint to route requests across various AI providers through an OpenAI-compatible interface. It enables AI-driven application generation and connects AI agents to backend resources using a standardize
Sends numeric codes and verification links to confirm user identity via email.
Hanko is an open-source identity provider and customer identity and access management system. It serves as a passkey authentication service and an OAuth and SAML SSO gateway, allowing applications to authenticate users and issue tokens via standard identity protocols. The project distinguishes itself through a strong focus on passwordless access using WebAuthn-based passkeys and email-based passcodes. It provides framework-agnostic authentication interfaces as customizable web components that can be embedded directly into web applications to handle login, registration, and profile management.
Provides retrieval of the verification status for specific user email addresses.
useSend is an email marketing platform and transactional delivery system built to manage bulk campaigns and individual messages using AWS SES for delivery. It provides a RESTful API, an SMTP relay gateway, and a visual management interface for designing HTML templates and coordinating email broadcasts. The platform distinguishes itself by translating legacy SMTP traffic into modern API calls and implementing an event-driven webhook system. This system pushes real-time delivery, bounce, and click notifications to external servers using HMAC-SHA256 signed payloads to ensure authenticity. The s
Implements a double opt-in workflow by requiring email verification before adding subscribers to lists.
Este proyecto es una plataforma de discusión comunitaria construida sobre el framework Spring Boot, diseñada para facilitar el intercambio de conocimientos a través de foros y espacios de preguntas y respuestas. Funciona como un sistema de gestión de contenido modular que admite el desarrollo de comunidades en línea interactivas con funciones de redes sociales integradas. La plataforma se distingue por una arquitectura escalable que admite despliegues distribuidos. Utiliza un sistema de gestión de sesiones centralizado para sincronizar los estados de los usuarios entre múltiples instancias de servidor, asegurando una disponibilidad consistente. La seguridad se mantiene a través de un sistema de control de acceso basado en roles jerárquico que gestiona los permisos de los usuarios y valida las operaciones administrativas, complementado por flujos de trabajo de verificación de correo electrónico automatizados para la gestión de identidad. El sistema incorpora una interfaz de proveedor de servicios conectable que permite la integración de almacenamiento, caché y motores de búsqueda externos para cumplir con requisitos de infraestructura específicos. También cuenta con un diseño de interfaz receptivo para asegurar una accesibilidad consistente tanto en plataformas móviles como de escritorio. Para el mantenimiento operativo, la plataforma incluye rastreo de ejecución de aplicaciones y registro de actividades integrados para ayudar con el monitoreo del rendimiento y la resolución de problemas.
Automates email verification workflows to confirm user identity during registration.
Django User Accounts is a modular library for managing user registration, authentication, and profile workflows within Django applications. It provides a comprehensive framework for handling the full account lifecycle, including secure credential verification, password recovery, and email-based identity confirmation. The project distinguishes itself through a highly extensible architecture that allows developers to override default class-based views and implement custom hooks for unique user model requirements. It supports database-backed profile extensions, enabling the mapping of custom use
Ensures user identity by requiring email confirmation and managing secure invitation tokens.