Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@agconnect/auth-harmony

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agconnect/auth-harmony

AppGallery Connect Client JavaScript SDK Auth Service module for Harmony

latest
npmnpm
Version
1.3.2
Version published
Maintainers
1
Created
Source

Auth Service For Harmony

Introduction

Most apps need to identify and authenticate users to tailor the app experience for individual users. However, building such a system from scratch is a difficult process. Auth Service can quickly build a secure and reliable user authentication system for your app. You only need to access Auth Service capabilities in your app without caring about the facilities and implementation on the cloud. Learn More

Integrating SDKs

Integrate the Auth Service SDK.

  • Run the following command to integrate the Auth Service JavaScript SDK into your project:
npm install --save @agconnect/auth-harmony
  • Import the AppGallery Connect component to your project.
import agconnect from "@agconnect/api";
import "@agconnect/auth-harmony";
import "@agconnect/instance";

For more details, please refer to Getting Started with Auth Service

Development Guide

Usage

Reference

License

Auth Service Plug-in is licensed under the: "ISC"

Keywords

agconnect

FAQs

Package last updated on 21 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts