Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agconnect/auth

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agconnect/auth

@agconnect/auth

  • 1.2.1-beta
  • npm
  • Socket score

Version published
Weekly downloads
60
decreased by-27.71%
Maintainers
1
Weekly downloads
 
Created
Source

Auth Service For Web

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
  • Import the AppGallery Connect component to your project.
import agconnect from "@agconnect/api";
import "@agconnect/auth";
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"

FAQs

Package last updated on 18 Jan 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc