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

Passport strategy for Sign in with Apple

Results 12 passport-apple issues
Sort by recently updated
recently updated
newest added

Hi. The state is set for you in `Strategy.prototype.authorizationParams`. You can override this by setting `state` to true. This works fine in typeless JS. But in TS the types don't...

AppleStrategy support clientID, teamID,... but not response_type, When login with Apple the url be like: https://appleid.apple.com/auth/authorize?state=630b33d1af&response_type=code Without the id_token, the response just has state and code so it missing the...