A JWT-based access credential that allows a deployed GenMB app to be embedded as an iframe on an external website. Embed tokens specify which domains are authorized to embed the app, providing access control for white-label or embedded app use cases. Generate tokens in the deployment settings.
The process of making an application accessible on the internet. GenMB offers multiple deployment options: subdomain deployment (yourapp.genmb.com), custom domains with SSL, shared Cloud Run backend hosting, and dedicated GKE Autopilot pods with pause/resume for cost control.
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 user-owned domain name (e.g., myapp.com) connected to a deployed application instead of the default subdomain (myapp.genmb.com). GenMB Pro users can connect up to 5 custom domains with automatic SSL certificate provisioning.
Put these concepts into practice. Describe your app idea and let GenMB generate the code.
Try GenMB Free