Skip to content

authentication api

nattapon.r edited this page Oct 18, 2016 · 2 revisions

Authen service for new-smelink-app.

Authen Account /api/authenticate => POST (email: string, password: string) : { success, message, token}

http://git.animation-genius.com:3002/api/authenticate

Verify Token /api/authenticate/verify => POST (token: string) : { success, decoded }

http://git.animation-genius.com:3002/api/authenticate/verify

Clone this wiki locally