Added apple gamekit auth

Untested rn
This commit is contained in:
Joe Bain
2026-01-26 15:36:05 +00:00
parent ccd90508dd
commit ac73dab494
4 changed files with 22655 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ const wechat = require("./wechat");
const weibo = require("./weibo");
const steam = require("./steam");
const nintendo = require("./nintendo");
const apple = require("./apple");
const anonymous = {
validateAuthData: () => {
@@ -47,7 +48,8 @@ const providers = {
wechat,
weibo,
steam,
nintendo
nintendo,
apple
}
function authDataValidator(adapter, appIds, options) {
return function(authData) {