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

@agconnect/auth-server

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-server

AppGallery Connect Server-SDK for Node.js auth module

  • 1.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
54
decreased by-18.18%
Maintainers
1
Weekly downloads
 
Created
Source

Huawei AppGallery Connect Node.js Server SDK for Auth

Table of Contents

  • Overview
  • Installation
  • Documentation
  • Supported Environments
  • License

Overview

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.

For more information, visit the Auth Service Introduction.

Installation

The AppGallery Connect Node.js SDK for Auth is available on npm as @agconnect/auth-server:

$ npm install --save @agconnect/auth-server

To use the module in your application, you can require it from any JavaScript file:

var { AGCClient, CredentialParser }= require("@agconnect/common-server")
var { AGCAuth } = require("@agconnect/auth-server")

If you are using ES6, you can also import the module:

import {AGCClient, CredentialParser} from "@agconnect/common-server"
import{ AGCAuth } from "@agconnect/auth-server"

Supported Environments

We support Node.js 10.12.0 and higher.

Also note that the Huawei AppGallery Connect Node.js Server SDK should only be used in server-side/back-end environments controlled by the application developer.This includes most server and serverless platforms. Do not use the Node.js Server SDK environment in the client.

Documentation

License

Huawei AppGallery Connect Node.js Server SDK for Auth is licensed under the "ISC".

Keywords

FAQs

Package last updated on 16 May 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

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