-
Notifications
You must be signed in to change notification settings - Fork 0
authentication api
nattapon.r edited this page Oct 18, 2016
·
2 revisions
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
Data model
Third party systems integration.
Deployment