// project
BuddyBoss Mobile App: Auth0 SSO Without Touching the Binary
Mobile / Auth
The BuddyBoss mobile app ships compiled and closed, but it needed Auth0 sign-in to match the web platform. Rather than fork the binary, I used the vendor's documented extension API: a WebView hosting the WordPress Auth0 page, the session captured back into the app's store, and a request decorator rerouting login to a custom REST endpoint. The result was end-to-end authentication across three closed systems with no changes to the compiled app.
- React Native
- BuddyBoss App
- Auth0
- OIDC
- TypeScript
- WordPress REST API