1.0.1 • Published 1 year ago
ally-apple-login v1.0.1
Adonis Ally - Apple Login In Driver
This driver extends Adonis Ally and allows to integrate Apple Login In.
Installation
npm install @adiyya/ally-apple-login
# or
yarn add @adiyya/ally-apple-loginThen open the env.ts file and paste the following code inside the Env.rules object.
APPLE_APP_ID: Env.schema.string(),
APPLE_TEAM_ID: Env.schema.string(),
APPLE_CLIENT_ID: Env.schema.string(),
APPLE_CLIENT_SECRET: Env.schema.string(),And don't forget to add these variables to your .env and .env.sample files.
Usage
Apple Driver environment variables have some specific usage: