cloudflare-apple-sign-in
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "cloudflare-apple-sign-in", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A forked Apple sign-in REST API implementation adapted for Cloudflare Workers.", | ||
@@ -42,6 +42,6 @@ "main": "build/AppleSignIn.js", | ||
"type": "git", | ||
"url": "git://git@github.com:renarsvilnis/apple-sign-in-rest.git" | ||
"url": "git://git@github.com:nora-soderlund/cloudflare-apple-sign-in.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/renarsvilnis/apple-sign-in-rest/issues" | ||
"url": "https://github.com/nora-soderlund/cloudflare-apple-sign-in/issues" | ||
}, | ||
@@ -48,0 +48,0 @@ "license": "MIT", |
@@ -1,21 +0,15 @@ | ||
# `apple-sign-in-rest` | ||
# `cloudflare-apple-sign-in` | ||
[![NPM](https://nodei.co/npm/apple-sign-in-rest.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/apple-sign-in-rest/) | ||
A library for implementing [_Sign In With Apple Rest API_](https://developer.apple.com/documentation/sign_in_with_apple) in Cloudflare Workers. Forked from [renarsvilnis/apple-sign-in-rest](https://github.com/renarsvilnis/apple-sign-in-rest) | ||
[![renarsvilnis](https://circleci.com/gh/renarsvilnis/apple-sign-in-rest.svg?style=svg)](https://app.circleci.com/pipelines/github/renarsvilnis/apple-sign-in-rest) | ||
Hopefully your go-to library for implementing [_Sign In With Apple Rest API_](https://developer.apple.com/documentation/sign_in_with_apple) in Node.js. | ||
> See [comparison table](https://github.com/renarsvilnis/apple-sign-in-rest#comparison-to-other-apple-sign-in-libraries) why you should choose `apple-sign-in-rest` over other `apple-xxx` package. | ||
Supports Node.js `>= 10.x.x` | ||
Supports Cloudflare Workers runtime. | ||
## Installation | ||
Install the module using [npm](http://npmjs.com): | ||
Install the package: | ||
```bash | ||
npm install --save apple-sign-in-rest | ||
yarn add apple-sign-in-rest | ||
npm install cloudflare-apple-sign-in | ||
``` | ||
@@ -70,5 +64,3 @@ | ||
keyIdentifier: "U3B842SVGC", | ||
privateKey: "-----BEGIN PRIVATE KEY-----\nMIGTAgEHIHMJKJyqGSM32AgEGC...", | ||
// or instead of privateKey use privateKeyPath to read key from file | ||
privateKeyPath: '/Users/arnold/my-project/credentials/AuthKey.p8' | ||
privateKey: "-----BEGIN PRIVATE KEY-----\nMIGTAgEHIHMJKJyqGSM32AgEGC..." | ||
}) | ||
@@ -75,0 +67,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42661
260