-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GET: check cred exists
curl -i -X GET \
'https://nisb-auth.herokuapp.com/credential?email=mridul.kepler%40gmail.com'POST : Create creds (signup)
curl -i -X POST \
-H "Content-Type:application/json" \
-d \
'{
"email" : "mridul.kepler@gmail.com",
"password" : "mridul123"
}' \
'https://nisb-auth.herokuapp.com/credential'PUT: Change password
curl -i -X PUT \
-H "Content-Type:application/json" \
-d \
'{
"email" : "mridul.kepler@gmail.com",
"password" : "mridul123",
"oldpassword" : "mridul1234"
}' \
'https://nisb-auth.herokuapp.com/credential'Metadata
Metadata
Assignees
Labels
No labels