UNPKG

@authgear/capacitor

Version:

With the Authgear SDK for Capacitor, you can easily integrate authentication features into your Ionic app. In most cases, it involves just a few lines of code to enable multiple authentication methods, such as social logins, passwordless, biometrics login

44 lines (43 loc) 877 B
{ "name": "@authgear/capacitor", "version": "3.0.0", "license": "Apache-2.0", "main": "dist/plugin.cjs.js", "module": "dist/plugin.module.js", "unpkg": "dist/plugin.iife.js", "files": [ "index.d.ts", "android/src/main/", "android/build.gradle", "dist/", "ios/Plugin/", "AuthgearCapacitor.podspec" ], "devDependencies": { "@authgear/core": "3.0.0", "@capacitor/android": "^7.0.0", "@capacitor/core": "^7.0.0", "@capacitor/ios": "^7.0.0" }, "peerDependencies": { "@capacitor/core": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "capacitor": { "ios": { "src": "ios" }, "android": { "src": "android" } }, "keywords": [ "Authgear", "user authentication", "login", "PKCE", "Authorization Code Grant Flow", "Biometric Login", "Ionic", "Ionic authentication" ] }