New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@authing/web

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authing/web

Official SDK of Authing for Browser

Source
npmnpm
Version
5.0.2
Version published
Weekly downloads
133
224.39%
Maintainers
1
Weekly downloads
 
Created
Source

Official SDK of Authing for Browser

npm version download License

English | 简体中文

Introduction

You can use the Authing Browser SDK to quickly integrate authentication capabilities for new or existing web applications

Documentation

Install

NPM

$ npm install @authing/web

Yarn

$ yarn add @authing/web

Use script tag

<script src="https://cdn.jsdelivr.net/npm/@authing/web"></script>
<script>
  const sdk = 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",
  });
</script>

Contribution

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push -u origin my-new-feature)
  • Create new Pull Request

License

MIT

Copyright (c) 2019-present, Authing

FAQs

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