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
- Host: GitHub
- URL: https://github.com/scalekit-developers/blogops-app-examples
- Owner: scalekit-developers
- License: mit
- Created: 2025-02-18T07:02:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-11T04:27:17.000Z (7 months ago)
- Last Synced: 2026-04-19T16:41:52.436Z (2 months ago)
- Topics: authentication, blog-platform, demo, example, go, golang, web-app
- Language: Python
- Homepage: https://www.scalekit.com/blog
- Size: 5.26 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.