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
- Configure the required provider in Tools > OSL > Social Login Setup.
- Extract
Assets/OSL/TokenVerification/Server_Dotnet_Source.zipfrom the bundled TokenVerification folder. - Configure and run the extracted .NET 8 backend project.
- Send the token obtained by Social Login to
TokenVerifyManagerfor 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.