# Alien Developer Documentation > Official documentation for integrating with the Alien Network - including SSO authentication, Solana integration, and Miniapps development. ## Overview - [Overview](https://docs.alien.org/index.md): Welcome to the Alien dev portal. This guide helps you integrate ## Core Concepts - [What is an Alien Session?](https://docs.alien.org/what-is-alien-session.md): An Alien Session is a unique, cryptographically-verified session created once by a user for your application (provider). - [What is an Alien Provider?](https://docs.alien.org/what-is-alien-provider.md): An Alien Provider is the on-chain representation of your application, mini app or web app on the Alien Network. It serves as your application's verified identity within the system. ## SSO SDK Guide - [Introduction](https://docs.alien.org/sso-guide/introduction.md): Alien SSO is a fully compliant OAuth 2.0 / OpenID Connect (OIDC) identity provider that enables non-custodial authentication using Alien ID. It provides secure, privacy-preserving sign-in flows bac... - [Core Integration Guide](https://docs.alien.org/sso-guide/core-integration.md): This guide shows how to integrate Alien SSO into any JavaScript/TypeScript project using the core SDK. - [React Integration Guide](https://docs.alien.org/sso-guide/react-integration.md): This guide shows how to integrate Alien SSO into React applications using the React SDK with pre-built hooks and components. - [OAuth2 Clients Integration](https://docs.alien.org/sso-guide/oauth2-clients.md): Alien SSO is a fully OIDC-compliant identity provider. This means you can use any standard OAuth 2.0 / OpenID Connect library to integrate with it. ## SSO SDK API Reference - [API Reference - Core](https://docs.alien.org/sso-api-reference/api-reference-core.md): Complete API documentation for @alien_org/sso-sdk-core. - [API Reference - React](https://docs.alien.org/sso-api-reference/api-reference-react.md): Complete API documentation for @alien_org/sso-sdk-react. ## SSO Demo - [Demo App](https://docs.alien.org/sso-demo-app.md): Explore a complete working example of Alien SSO integration in a React application. ## Solana SSO SDK Guide - [Introduction](https://docs.alien.org/solana-sso-guide/introduction.md): Alien Solana SSO enables blockchain-backed verification and authentication for Solana applications using Alien ID with on-chain attestations. - [Core Integration Guide - Solana](https://docs.alien.org/solana-sso-guide/core-integration.md): This guide shows how to integrate Alien Solana SSO verification and authentication into any JavaScript/TypeScript project using the core SDK. - [React Integration Guide - Solana](https://docs.alien.org/solana-sso-guide/react-integration.md): This guide shows how to integrate Alien Solana SSO into React applications using the React SDK with Solana wallet adapters. ## Solana SSO SDK API Reference - [API Reference - Core (Solana)](https://docs.alien.org/solana-sso-api-reference/api-reference-core.md): Complete API documentation for @alien_org/solana-sso-sdk-core. - [API Reference - React (Solana)](https://docs.alien.org/solana-sso-api-reference/api-reference-react.md): Complete API documentation for @alien_org/solana-sso-sdk-react. ## Solana SSO Demo - [Demo App - Solana](https://docs.alien.org/solana-sso-demo-app.md): Explore a complete working example of Alien Solana SSO integration in a React application. ## Quickstart - [Install Boilerplate](https://docs.alien.org/quickstart/install-boilerplate.md): Get started with the Alien Mini App boilerplate. This template - [Create a Mini App](https://docs.alien.org/quickstart/create-miniapp.md): This guide walks you through creating a mini app in the Alien - [Testing](https://docs.alien.org/quickstart/testing.md): This guide covers how to test your mini app during development, from ## React SDK - [React SDK](https://docs.alien.org/react-sdk/index.md): The @alien_org/react package provides React hooks for building - [Payments](https://docs.alien.org/react-sdk/payments.md): Accept payments in your mini app using the Alien React SDK. Users can - [Authentication](https://docs.alien.org/react-sdk/auth.md): Authenticate users in your Alien mini app. The host app provides a JWT - [Bridge Reference](https://docs.alien.org/react-sdk/bridge.md): The @alien_org/bridge package provides low-level communication with the