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

kauth-sdk-node

Package Overview
Dependencies
Maintainers
6
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kauth-sdk-node

Kauth-sdk-node, as base stone of series of concrete SDK for egg or any other nodejs web framework.

  • 2.0.13-alpha.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
73
increased by265%
Maintainers
6
Weekly downloads
 
Created
Source

kauth-sdk-node

Kauth-sdk-node, as base stone of series of concrete SDK for egg or any other nodejs web framework.

It provides authentications like BUC authentication, alipay miniprogram authentication, and some other authentication abilities.

kauthApi

You can use it to request kauth

import { KauthApi } from 'kauth-sdk-node';

KflowApi

You can use it to request kflow

import { KflowApi } from 'kauth-sdk-node';

GoogleAuthenticator

You can use it to authenticate user info by Google oauth2

import { GoogleAuthenticator } from 'kauth-sdk-node';

MoziAUthenticator

You can use it to authenticate user info by Mozi oauth2

import { MoziAuthenticator } from 'kauth-sdk-node';

JsonWebTokenAuthenticationProvider

You can use it to verify jwt or create a jwt by authentication information

import { JsonWebTokenAuthenticationProvider } from 'kauth-sdk-node';

Publish

# 1. update version
$ npm version minor

> Or you can update version by patch
$ npm version patch

# 2. build and publish
$ npm publish

FAQs

Package last updated on 30 Jan 2024

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