Showing 25 open source projects for "all-in-one"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 1
    SCIPIO ERP

    SCIPIO ERP

    eCommerce framework for multinational omnichannel installations

    High-performance DNA for your custom ONLINE SHOP. A flexible composable commerce framework for international and complex multichannel webshops! Scipio ERP is a perfect fit for large-scale, multinational, multichannel operations. Our modern eCommerce store is optimized for a quick time-to-market. You can run multiple at the same time. Highly configurable products and prices, custom promotions and region-based offerings – the store can handle it all. Our web store is mobile-friendly and full...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Laravel Impersonate

    Laravel Impersonate

    Laravel Impersonate is a plugin to authenticate as your users

    Laravel Impersonate makes it easy to authenticate as your users. Add a simple trait to your user model and impersonate as one of your users in one click. By default all users can impersonate a user. You need to add the method canImpersonate() to your user model. You can use the middleware impersonate.protect to protect your routes against user impersonation. This middleware can be useful when you want to protect specific pages like users subscriptions, users credit cards, etc,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pow

    Pow

    Robust, modular, and extendable user authentication system

    ... configuration. It will keep a persistent fallback configuration that you configure in one place. Pow ships with a session plug module. You can easily switch it out with a different one. Pow is extremely modular and fully customizable. As your platform scales, each moving part can be modified or replaced ad-hoc. Several extensions are included in Pow so you with no effort can add secure features to your app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AspNetCore.Identity.Mongo

    AspNetCore.Identity.Mongo

    This is a MongoDB provider for the ASP.NET Core 2 Identity framework

    This is a MongoDB provider for the ASP.NET Core Identity framework. It is completely written from scratch and provides support for all Identity framework interfaces. Library supports .Net 5.0, .Net Core 3.1, .Net Core 2.1 simultaneously started from 8.3.0 nuget package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 5
    Backpack\PermissionManager

    Backpack\PermissionManager

    Admin interface for managing users, roles, and permissions

    It's never been easier to build and customize admin panels using Laravel. Similar to how you'd build it without Backpack. To create a management page (aka CRUD), you create a CrudController. In there, configure or overwrite whatever you want. Load our views, or create your own. Laravel, Bootstrap & jQuery. Those are all the technologies you need to know, to customize anything in Backpack. You can totally use Vue, React, WebPack, Mix, Less, Sass, NPM, etc. If you want to. But you don't have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Permission manager

    Permission manager

    Permission Manager is a project that brings sanity to Kubernetes RBAC

    ... do what, within a namespace or globally) and associate them with all the users you might want to create.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Github Authorized Keys

    Github Authorized Keys

    Use GitHub teams to manage system user accounts and authorized_keys

    Use GitHub teams to manage system user accounts and authorized_keys. Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly. Your team can operate like a pro today. Ensure that your team succeeds by using our proven process and turnkey blueprints. Plus, we stick around until you succeed. Six parts of your infrastructure must be optimized to scale and grow with your business. When you optimize these six key parts of your DevOps strategy, you’ll not only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Admidio

    Admidio

    Manage your organization online

    Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization. You can create an individual profile for your members by adding or removing fields. Additional to these functions the system contains several modules like member lists, event manager, guestbook, photo album or download area.
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 9
    Authing

    Authing

    IDaaS/IAM solution that can Auth to web and mobile applications

    Authing quickly implements authentication and user management for any Web, App, and enterprise software to provide the most complete login solution for your customers and employees. Authing serves as an identity infrastructure, or Identity As A Service (IDaaS) for cloud computing. Authing focuses on identity and building social infrastructure for identity sharing across all SaaS software and users to help companies build a secure modern IT infrastructure that not only protects their business...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build enterprise-ready GenAI experiences with MongoDB Atlas Icon
    Build enterprise-ready GenAI experiences with MongoDB Atlas

    Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.

    MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
    Get Started
  • 10

    truthy

    Open source headless CMS API written using NestJS, that has pre built

    Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    nest-user-auth

    nest-user-auth

    A build for a back end which implements managing users with MongoDB

    This project uses NestJS, GraphQL, and MongoDB. This project implements user authentication. It will be easy to add other GraphQL schemas following the same structure. User auth is implemented in this project because it is one of the hardest and most common things to create for an API. The intent of this project is to provide an example of how to integrate all of these technologies together that are in the NestJS documentation (NestJS, GraphQL, MongoDB, Mongoose, Passport, JWT, DotEnv, Joi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    phpRegister Project

    phpRegister Project

    Account management PHP Script with a software infracstructure

    php login and user management script with an admin part to manage accounts, tickets, translations. Do you have a new web project to develop? By using phpRegister, you will have directly all the essential elements for the development of your platform: Account creation, identification, profile management, user support, contact page and even a license template! phpRegister is also a software infrastructure written in PHP with as main purpose to help developers to start a new web project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    php login with  email validation

    php login with email validation

    Complete PHP Login with Email Validation System

    This is the only complete php login system developed in core php. The system has many features that enable you to learn php Object Oriented Programming (OOP). This program is also very useful for those that want to learn how to create a complete login system in php. INSTALLATION AND SETUP PROCEDURE: https://www.youtube.com/channel/UCBemL4ht7jmZY9tJ8NGkS-A?sub_confirmation=1 subscribe to our youtube channels for more source codes. More source codes: Complete Login System with Email...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    dream-cms

    Free and Open Source Web Sites Builder

    Everything for the real website DreamCMS is open and completely free web application for the construction websites of any complexity. We will provide you with all the self-creation of the site without any special knowledges, and html. Never before web development was not so simple. In your hands will be a modern, convenient and simple tool: a free online business card, online shop or the official website of the company. Focus on your business. We will do everything else. And all this is really...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    vBulletin Login for Visual Basic & C#

    Need a Login system for your VB.net or C# software? Download this then

    This is a old code I found in one of my old software from 2012. Credits go to Ken, for he is the one who got it working! http://mecode.vysilhq.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PartLogin Login System
    NOTE: Partlogin is no longer maintained. A modern login system is required as an alternative, such as Symfony's Security component. This page is kept as a historical reference. Partlogin: A login system written in PHP that connects to a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Weblooker

    Weblooker

    Weblooker monitors serveral services on multiple systems for their sta

    Weblooker monitors serveral services on multiple systems for their status, up- and downtimes. A webgui and Android client to view the current status and logged downtimes is available as separately package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PULSE

    PULSE

    Php User Login System Exentended

    .... Even if Pulse is easy to use, it's strongly secure: it has on its side the power of MD5 and SHA-1 algorithms! Salted properly! Pulse is fully opensource, you may download and re-distribute the code in any form, a link back to the project would be appreciated, but is not required. Enjoy! ~ David, project leader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Simple, lightweight hypertext database front-end and login system using flat text files or mysql to store all data. Designed for keeping addresses and phone numbers. Written in PHP and javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    phpMAS (Multisite Authorization System) is a cross-domain PHP user-management script. Using single DB(mysql) to manage users from other sites(or domains) like YAHOO or GOOGLE, it can be integrated into many public scripts (phpBB,myBB,wordpress...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Centralized user management system for the FCT subject.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A simple, easy to use, easily installed user management system featuring just the essential stuff. It's up to YOU to add the rest. Version one features only registration, login and identification via sessions and cookies. Future versions will feature we
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The goal of PUMM is to provide a flexible, yet easy-to-implement userer managment system to PHP developers. It does all the donkeyword around user managment (e.g. verifying username/password, rights managment) and provides an easy-to-use interface to de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sphere's User Management System (UMS) provides a full members comunity for your PHP enabled site, with minimum required programming. Features: state of the art security measures, fully customizable registration fields, personal messages (PM), diary, full
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CUG user management: simple java api to create applications to support basic system adminstration taks. Escpecially tailored for administration of nds/groupwise servers with lang=dutch (NL) personal naming rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next