summaryrefslogtreecommitdiff
path: root/auth/init/index.php
blob: 3a4e7b7727031bf43e71efe00f63492689ae641b (plain)
1
2
3
4
5
6
<?php

$server = "auth.equestria.horse";

header("Location: https://$server/hub/api/rest/oauth2/auth?client_id=" . json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true)["oauth"]["id"] . "&response_type=code&redirect_uri=https://ponies.equestria.horse/auth/callback&scope=Hub&request_credentials=default&access_type=offline");
die();