Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "services/login/loginpost"

Index

Variables

Functions

Variables

Const Web3

Web3: any = require('web3')

Let web3

web3: any

This module recieves the etherium address from the caller and returns a web3 signed string, this string will serve as the verification key for authorization puroposes.

web3.sign has an advantage of requiring to be linked with environment linked ganache to work, since only address web3 has access to will be signed. Address not within in the block will be entered in or rejected based on circumstances, will work on this part later.

Functions

loginDataInput

  • loginDataInput(address: string): Promise<any>

Generated using TypeDoc