Skip to content

Reset Password Operations #4

Description

@mridulganga

GET: Request password reset token

curl -i -X GET \
 'https://nisb-auth.herokuapp.com/resetpassword?email=mridul.kepler%40gmail.com'

POST: enter token and change password

curl -i -X POST \
   -H "Content-Type:application/json" \
   -d \
'{
  "email":"mridul.kepler@gmail.com",
  "token":"545164",
  "password":"mridul123"
}' \
 'https://nisb-auth.herokuapp.com/resetpassword'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions