apple-auth icon indicating copy to clipboard operation
apple-auth copied to clipboard

Sign in with Apple for Node.js

Results 15 apple-auth issues
Sort by recently updated
recently updated
newest added

AppleAuth Error - An error occurred while getting response from Apple's servers: Error: Request failed with status code 400

hey! I needed a revokeToken method and forked your repo and made one. I tested it and it works. maybe unique_id could be renamed to access_token. it just happened that...

I just wondering Do i have to pay 90 $ to apple to use their Auth ? @L1qu1d1c3 @ananay thanks!

hey there, my server has a restricted cors policy that allows request only from .myDomain.com when apple tires to reach my callback route since its from .apple.com site it cannot...

I'm trying to wrap my head around Apple's documentation and am finding it confusing. Is this library sufficient for performing the server-side aspects of Apple sign in when the authorization...

The docs https://github.com/ananay/apple-auth/blob/master/SETUP.md mention a need for verifying your site with `.well-known/apple-developer-domain-association.txt` file. According to this comment https://developer.apple.com/forums/thread/119616?answerId=646593022#646593022 (and my experience too), it is no longer possible to verify your...

Looking for a Flutter compatible Apple signin :) https://pub.dev/packages/sign_in_with_apple Will this work?

Hey nice work! but i have the default import undefined tried this syntax it worked but i lost the type ```typescript import * as AppleAuth from 'apple-auth'; ``` Any tips?

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies