All Products
Search
Document Center

SuperApp:Best practices for implementing Superapp technical standards

Last Updated:May 27, 2026

The Superapp Open Platform uses the OAuth 2.0 authorization framework to let miniapps retrieve user public information. This document describes the technical standards and authorization workflow for integrating miniapps with the platform.

Before you develop miniapps, make sure that you understand the related terms. For more information, see Basic concepts.

Sample effect

After a user grants authorization, the miniapp uses the OAuth 2.0 authorization framework and APIs provided by Superapp Open Platform to retrieve the user's public information.

image.png

Business architecture

The following diagram shows the business architecture for implementing superapps and miniapps on Superapp Open Platform.

image

Workflow for accessing miniapps through superapps

The Superapp Open Platform ecosystem lets developers extend miniapp capabilities within a superapp. The following diagram shows how a superapp user logs on to a miniapp.

image

The miniapp frontend and backend are separated. The miniapp retrieves user information through APIs provided by Superapp Open Platform, providing a seamless experience for the user.