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
·

2 Repos

Awesome GitHub RepositoriesNoSQL User Authentication

Identity management and credential handling specifically designed for document-based database backends.

Distinct from Identity-Based Authentication: Distinct from general identity authentication; specifically addresses the implementation of user auth using MongoDB.

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

Awesome NoSQL User Authentication GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mongodb/laravel-mongodbAvatar von mongodb

    mongodb/laravel-mongodb

    7,075Auf GitHub ansehen↗

    This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel Eloquent model and query builder. It provides a NoSQL model mapper that allows MongoDB collections to be mapped to object-oriented models using the Active Record pattern. The integration enables the use of a fluent query builder for constructing queries and aggregation pipelines without writing raw database syntax. It supports schema-less model integration, allowing applications to manage unstructured data while maintaining compatibility with standard object-oriented patterns. Th

    Provides specialized base classes for managing user identity and authentication using a MongoDB backend.

    PHP
    Auf GitHub ansehen↗7,075
  • daffainfo/allaboutbugbountyAvatar von daffainfo

    daffainfo/AllAboutBugBounty

    6,644Auf GitHub ansehen↗

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Documents using MongoDB operators to bypass authentication in NoSQL-backed applications.

    bugbugbountybugbountytips
    Auf GitHub ansehen↗6,644
  1. Home
  2. Security & Cryptography
  3. NoSQL User Authentication

Unter-Tags erkunden

  • Operator Injection BypassesUses NoSQL operators like $ne and $regex in login parameters to bypass authentication. **Distinct from NoSQL User Authentication:** Distinct from NoSQL User Authentication: focuses on exploiting operator injection to bypass auth, not implementing auth with NoSQL.