Enterprise AI & Software Consultant

Unaib Amir

I help organizations modernize their systems with AI, automation, and custom software.
From strategy to implementation, I build secure, scalable solutions that streamline operations, improve productivity, and create measurable business value.

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