
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@authing/web
Advanced tools
English | 简体中文
You can use the Authing Browser SDK to quickly integrate authentication capabilities for new or existing web applications
$ npm install --save @authing/web
$ yarn add @authing/web
<script src="https://cdn.authing.co/packages/web/5.1.0/index.global.js"></script>
<script>
const authing = new Authing({
// Very important, please fill in carefully!
// If the application enables SSO, you must write the "App Panel Address" for SSO here;
// otherwise, fill in the application's "Subdomain".
domain: "SSO App Panel Address",
appId: "App ID",
// The login callback address needs to be specified in the console
// "Configuration - Authentication Configuration - Login Callback URL"
redirectUri: "Login Callback URL",
userPoolId: 'AUTHING_USER_POOL_ID'
});
</script>
Copyright (c) 2019-present, Authing
FAQs
Official SDK of Authing for Browser
The npm package @authing/web receives a total of 134 weekly downloads. As such, @authing/web popularity was classified as not popular.
We found that @authing/web demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.