mortar_client 0.2.0
mortar_client: ^0.2.0 copied to clipboard
Dart and Flutter client for Mortar, a mainland-China-friendly Backend-as-a-Service for mobile and web apps.
Changelog #
0.2.0 #
- Discover the OAuth providers configured for a project.
- Sign in with Apple, Google, WeChat, or Alipay credentials obtained through the provider SDK or redirect, including connection, nonce, and PKCE parameters.
0.1.1 #
- Add the unified Mortar platform-error envelope, including stable category, request ID, retry guidance, and field metadata.
- Send project API keys through
X-Mortar-API-Keyand User access JWTs through the standardAuthorization: Bearertransport across all client modules.
0.1.0 #
- Initial public Dart and Flutter release.
- Add project-scoped authentication, database, storage, realtime, compute, analytics, and transactional database APIs.
- Add account-scoped project, key, usage, database branch, cron, log, and top-up APIs.
- Send project API keys in
X-Mortar-API-Keyand User access JWTs as standardAuthorization: Bearercredentials.