@evolvus/e-authentication
v1.0.11
Published
This service uses evolvus-user module to authenticate user credentials. <br/>
Downloads
14
Maintainers
Keywords
Readme
e-authentication
This service uses evolvus-user module to authenticate user credentials.
API
Authentication API
Method :'POST' Request URL : 'http://localhost:8087/api/user/authenticate' Content-Type:'application/json' Request Body: { "userName":"name", "userPassword":"password", "applicationCode":"code" }
Token Update API
Method :'POST' Request URL : 'http://localhost:8087/api/user/updateToken' Content-Type:'application/json' Request Body: { "id":"userid", "token":"" }