Table of Contents

OSL Social Login Pro

OSL Social Login Pro connects multi-provider sign-in in Unity to verification on your own .NET 8 backend starter. It bundles OSL Social Login, OSL Token Verification, and OSL Core so the credential handoff does not need to be designed from scratch.

Overview

Use Social Login Pro when a project needs both the Unity-side provider adapters and a server-side verification starting point. The included modules remain separate assemblies, while the export packages the client integration and five provider-specific backend paths together.

Included Workflow

  1. Configure the required provider in Tools > OSL > Social Login Setup.
  2. Extract Assets/OSL/TokenVerification/Server_Dotnet_Source.zip from the bundled TokenVerification folder.
  3. Configure and run the extracted .NET 8 backend project.
  4. Send the token obtained by Social Login to TokenVerifyManager for server-side verification.

Requirements

  • Unity 2021.3 LTS minimum
  • Unity 2021.3.45f2 and 6000.3.12f1 tested for package-isolation import and compile
  • .NET 8 SDK for the included backend template
  • Provider SDKs and credentials required by the providers selected for the project

This package supplies an end-to-end integration workflow, not proof of a production deployment or successful login with your provider accounts. Hosting, HTTPS, secrets, account linking, abuse controls, and session issuance remain project responsibilities.