# Hosted login examples

These examples demonstrate how to integrate Scalekit's hosted login box into your applications. The hosted login provides a streamlined authentication experience while maintaining secure session management.

## Express.js login box

Express.js example integrating the Scalekit hosted login box.

This sample integrates the hosted login box into an Express.js app, handling redirects, callbacks, and secure session cookies for protected routes.

[View repository](https://github.com/scalekit-inc/nodejs-example-apps/tree/main/expressjs-loginbox-authn)

## Managed login box demo

Express.js demo using the Scalekit hosted login experience.

This demo uses Scalekit's hosted login box for a streamlined authentication flow, reducing client-side complexity while keeping sessions secure.

[View repository](https://github.com/scalekit-developers/managed-loginbox-expressjs-demo)