Skip to content

Credential Operations #3

Description

@mridulganga

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions