UNPKG

@authgear/web

Version:

With Authgear SDK for Single Page Applications (SPA), you can easily integrate authentication features into your app (Angular, Vue, React, or any JavaScript websites). In most cases, it involves just a few lines of code to enable multiple authentication m

29 lines (28 loc) 622 B
{ "name": "@authgear/web", "version": "3.0.0", "license": "Apache-2.0", "main": "dist/authgear-web.cjs.js", "module": "dist/authgear-web.module.js", "files": [ "index.d.ts", "dist/authgear-web.module.js", "dist/authgear-web.cjs.js", "dist/authgear-web.iife.js" ], "devDependencies": { "@authgear/core": "3.0.0", "core-js-pure": "^3.37.0" }, "keywords": [ "Authgear", "user authentication", "login", "PKCE", "Authorization Code Grant Flow", "Single Page Application authentication", "SPA authentication", "React", "React authentication" ] }