Installation

Requirements

  • Visual Studio 2019 or later
  • C++17 or later
  • Windows SDK
  • Orion Auth API key

Setup

1

Download

git clone https://github.com/OrionAuth/CPP-Example.git
cd CPP-Example
2

Configure

Edit Main.cpp line 161:

const std::string apiKey = "your-api-key-here";
3

Build

# Open C++ Example.sln in Visual Studio
# Build → Build Solution (Ctrl+Shift+B)