UNPKG

passport-apple-verify-token

Version:

Sign In with Apple Token strategy for Passport, let's you validate the user token server side, usefull for mobile app SignIn with Apple authentication for example. The validation is done by using the public AppleID authentication keys.

6 lines (5 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Strategy = void 0; var strategy_1 = require("./strategy"); Object.defineProperty(exports, "Strategy", { enumerable: true, get: function () { return strategy_1.AppleTokenStrategy; } });