Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Sign Up Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
krX is a shell scripting system in LUA using Love2D, which is cross-platform and modular. It allows, among other things, file management, command execution with graphical and multimedia capabilities, thanks to the Love2D API.
Simple base functions for Lutro LUA engine inspired on Sega Genesis sy
...Designed specifically for 320x224 internal resolution and Sega Genesis controller layout.
Create your game editing dev/ directory
Copy the game.lua file (and assets) on lovetest/ folder for test using LOVE2D (NOT remove or replace main.lua)
Files:
main.lua : Base system, usually edition is not required
game.lua : Game lua script.
global.lua : Screen resolution.
intro.lua : Intro mode, introtype = (megacd/genesis)
Functions:
neofont(FONT) : Select font (included "standard-font-black" "standard-font-white" "8bit")
scenecommand == 1/0 : Enable/disable console mode
neoprint(TEXT) : Print text in console mode
timerstop == 1/0 : Enable/disable timer for key input