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

@evolvus/e-authorization

Package Overview
Dependencies
Maintainers
10
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evolvus/e-authorization

This service uses evolvus-user module to authorize userName.

latest
npmnpm
Version
1.0.4
Version published
Maintainers
10
Created
Source

e-authorization

This service uses evolvus-user module to authorize userName.

API

Authorization API

Method :'POST'
Request URL : 'http://localhost:8088/api/user/authorize'
Content-Type:'application/json'
Request Body:
{
"userName":"name",
"applicationCode":"code"
}

Token Update API

Method :'POST'
Request URL : 'http://localhost:8088/api/user/updateToken'
Content-Type:'application/json'
Request Body:
{
"id":"userid",
"token":""
}

Authorization API for IndusCollect

Method: 'POST'
Request URL: 'http://localhost:8088/api/user/authorize'
Content-Type:'application/json'
Request Body:
{
"userId":"name",
"corporateId":"code",
"role":"code",
}

FAQs

Package last updated on 31 Oct 2018

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