An authentication method that lets users log in to multiple applications using one set of credentials. GenMB supports OIDC-based SSO with JIT (Just-in-Time) provisioning for Enterprise customers. Once configured for your email domain, all employees are automatically authenticated and provisioned into your GenMB workspace without individual account setup.
An open standard for token-based authorization that lets users grant third-party apps limited access to their accounts without sharing passwords. "Sign in with Google" and "Sign in with GitHub" use OAuth 2.0. GenMB supports Google OAuth for generated apps through its built-in auth service and Clerk plugin.
A compact, URL-safe token format used for authentication and authorization. A JWT contains encoded claims (user ID, roles, expiration) signed with a secret key, so servers can verify identity without database lookups on every request. GenMB uses JWTs for deployed app access control and embed token verification.
A shared GenMB environment where multiple users collaborate on the same set of apps. The workspace owner invites members who get access based on their role (viewer, editor, admin). All members see shared apps, versions, and deployments. Billing is centralized under the owner's subscription. Available on Business plan for up to 100 users.
Put these concepts into practice. Describe your app idea and let GenMB generate the code.
Try GenMB Free