An open API service indexing awesome lists of open source software.

https://github.com/scalekit-developers/blogops-app-examples

Sample apps that aid Scalekit Blogs
https://github.com/scalekit-developers/blogops-app-examples

authentication blog-platform demo example go golang web-app

Last synced: about 2 months ago
JSON representation

Sample apps that aid Scalekit Blogs

Awesome Lists containing this project

README

          

# đź”’ Scalekit SDK Examples

This repository contains a collection of **Scalekit SDK** integration examples, demonstrating how to implement **Single Sign-On (SSO), Social Login, and Enterprise Authentication** across different applications. The Scalekit SDK provides a seamless authentication layer, allowing developers to integrate **identity providers (IdPs)** like **PingIdentity, Okta, Microsoft Entra ID, Google, and more** with minimal effort.

Explore how to integrate **SSO and authentication workflows** into your applications using Scalekit.

## Overview

The examples in this repository showcase different authentication use cases powered by **Scalekit SDK**. Each project demonstrates real-world implementations of secure user authentication, helping developers onboard enterprise users, enable federated logins, and simplify identity management.

## Example Use Cases

These integrations highlight various authentication flows using **Scalekit SDK**:

- **Single Sign-On (SSO) for Enterprises**: Enable **PingIdentity, Okta, or Microsoft Entra ID** authentication for enterprise customers.
- **Social Login Integration**: Authenticate users using **Google, Microsoft, and other social platforms**.
- **Multi-Factor Authentication (MFA) Support**: Implement **two-factor authentication (2FA)** using Scalekit’s built-in security measures.
- **IdP-Initiated Login**: Allow enterprise users to **log in directly from their identity provider’s dashboard**.
- **User Session Management**: Securely handle **authentication tokens, session timeouts, and logout mechanisms**.

## Getting Started

To explore and run an example project:

1. **Clone the repository**:

```bash
git clone git@github.com:saif-at-scalekit/authn-examples.git
cd scalekit-sdk-examples
```

2. Navigate to an example folder:

```bash
cd example-project-folder
```

3. Follow the specific **README** inside each project folder for setup instructions.

## Documentation & Support

- đź“– Read the official Scalekit documentation: [Scalekit Docs](https://docs.scalekit.com/)
- âť“ Need help? Contact the Scalekit support team or open an issue in this repository.