Skip to content

Data Model 01: Authentication Micro Service

Gauravgkp edited this page Feb 18, 2019 · 2 revisions

Admin Authentication Service

Input Json: UserInfo{ adminLoginId : Stirng, adminLoginPassword : Stirng }

Output Json: JwtResponse{ token : String }

Clone this wiki locally