sdf

Stytch B2B example app

This app demonstrates how to build a B2B authentication experience with Stytch. This app is an example of a backend Stytch integration that uses our Node SDK to communicate with the Stytch API. The frontend is fully custom, and does not use Stytch's frontend JavaScript SDK. If you're interested in a B2B example application that does use our frontend JavaScript SDK, we'd recommend checking out our NextJS example app instead.

Discovery flow

Products used:

Email Magic Links
OAuth

In this recipe we demonstrate a backend implementation of our Discovery login flow with custom UI components. This flow allows users to log into any Organization that they have access to using either Google OAuth, Microsoft OAuth, or Email Magic Links. Users can also create a new Organization.

Organization flow

Products used:

Email Magic Links
OAuth
SSO

In this recipe we demonstrate a backend implementation of our Organization login flow with custom UI components. This flow allows users to log into a specific Organization using Email Magic Links, OAuth, or SSO, provided they know the Organization's slug or login URL.