June 2024
Welcome to the June 2024 release of the Anon platform. Key highlights include:
- Runtime SDK โ Managed Browser Contexts
- Runtime SDK โ Cleanup Options
- React Native Support for iOS
- Hosted UserPools
Runtime SDK v0.5.0
๐ Managed Browser Contexts
Anon now handles headless browsers, eliminating the need to run Playwright or Puppeteer on your own infrastructure.
To use this feature, set the type
option to "managed"
in the setupAnonBrowserWithContext
function:
๐ Cleanup Options
You can indicate whether or not you want to close your page or browser context when running executeRuntimeScript
. This change enables you to control whether youโd like to execute different scripts on the same page or a new one.
To use the feature, you just need to specify the cleanupOptions
when running executeRuntimeScript
.
Link SDK
๐ React Native Support for iOS
Use Link SDK in React Native iOS applications.
View React Native documentation
๐ Fix: iOS integration reliability
Resolved hanging logins and false positive success pages.
UserPools
๐ Hosted UserPools
Create UserPools without external identity provider JWKS URI and generate appUserIdToken
using new endpoint.