
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@agconnect/auth-server
Advanced tools
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.
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"
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.
Huawei AppGallery Connect Node.js Server SDK for Auth is licensed under the "ISC".
FAQs
AppGallery Connect Server-SDK for Node.js auth module
We found that @agconnect/auth-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.