Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cloudflare-apple-sign-in

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare-apple-sign-in - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

6

package.json
{
"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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc