ionic-framework

Remote Code Execution ERROR when ionic start project

白昼怎懂夜的黑 提交于 2020-08-26 06:16:18
问题 === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Remote Code Execution │ ├───────────────┼─────────────────────────

Sign In With Apple - Ionic 3

为君一笑 提交于 2020-08-25 04:40:48
问题 Am trying to implement sign in with apple on my ionic 3 project using the following plugin and wrapper ionic cordova plugin add cordova-plugin-sign-in-with-apple npm i --save @ionic-native/sign-in-with-apple Implementation as described on the plugin docs import { SignInWithApple, AppleSignInResponse, AppleSignInErrorResponse, ASAuthorizationAppleIDRequest } from '@ionic-native/sign-in-with-apple/ngx'; constructor(private signInWithApple: SignInWithApple) { } this.signInWithApple.signin({