Skip to content

Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.

Notifications You must be signed in to change notification settings

Block-Auth-IO/blockauth-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

blockauth-sdk

Block-Auth Auth SDK is a SASS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.

DEVELOPMENT process is private yet, but will open source eventually

You can learn how to use here: https://docs.block-auth.io/quickstart

JS client

# Install the Protocol JavaScript SDK
npm install blockauth-sdk --save

Example of usage

import { BlockAuthProvider } from 'blockauth-sdk'

const provider = new BlockAuthProvider({
  apiKey: 'API_KEY',
  apiSecret: 'API_SECRET',
})
await provider.connect()
if (!provider.isConnected()) {
  throw new Error('Could not connect to Block-Auth')
}
await provider.signin()

About

Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages