Hosted login
Use SohojX hosted sign-in pages without building your own UI.
Each application has a hosted login and register URL under /a/{app-slug}/login and /a/{app-slug}/register. Customize branding (logo, colors, title) in the dashboard.
Example URLs
https://platform.sohojx.com/a/my-app/login
https://platform.sohojx.com/a/my-app/registerWhen starting OAuth from your site, users typically never visit these URLs directly — authorize redirects them automatically. You can also link here for a simple integration.
Pass oauth_state through hosted login when resuming an OAuth flow after registration or social sign-in.