UNPKG

@authgear/react-native

Version:

The Authgear SDK for React Native makes it ease to integrate authentication features into your React Native application. In most cases, it involves just a few lines of code to enable multiple authentication methods, such as social logins, passwordless, bi

32 lines (31 loc) 662 B
{ "name": "@authgear/react-native", "version": "3.0.0", "license": "Apache-2.0", "main": "dist/authgear-react-native.js", "files": [ "index.d.ts", "dist/authgear-react-native.js", "authgear-react-native.podspec", "ios", "android" ], "devDependencies": { "@authgear/core": "3.0.0", "@types/react-native": "0.69.1", "core-js-pure": "^3.37.0" }, "peerDependencies": { "react-native": ">=0.60.0 <1.0.0" }, "keywords": [ "Authgear", "user authentication", "login", "PKCE", "Authorization Code Grant Flow", "Biometric Login", "React Native", "React Native authentication" ] }