Identity
Overview
Authenticating and authorizing users.
Microapp users have one login that works across all microapps. This means that you have immediate access to Microapp’s entire userbase enabling them to seamlessly use your microapp.
Features
Microapp’s Auth SDKs provides the following features:
- Check if user is authenticated
- Get user’s profile information
- Request for the user to authenticate
- Get notified when the user is authenticated
Authentication is an important part of providing a rich experience to users. In order to create a consistent experience for users across Microapp’s platform, microapps that authenticate users must do so using one of Microapp’s Auth SDKs. Learn more in our Creator Policy.
Auth SDKs
We have separate Auth SDKs depending on your frontend framework:
- React: optimized for React frontends
- TypeScript: enables auth without relying on any particular framework