Skip to content

Commit

Permalink
Merge pull request #7 from ember-nexus/github-issue/6
Browse files Browse the repository at this point in the history
Add password hash to user  in scenario . Fixes #6.
  • Loading branch information
Syndesi authored Sep 8, 2023
2 parents fc5356d + 0d90ab4 commit 905179b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Add password hash to user `[email protected]` in scenario `endpoint.user.postToken`. Fixes #6.

## 0.0.7 - 2023-09-03
### Added
Expand Down
10 changes: 0 additions & 10 deletions node/endpoint/user/postToken/token.json

This file was deleted.

5 changes: 4 additions & 1 deletion node/endpoint/user/postToken/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"data": {
"name": "User",
"email": "[email protected]",
"test": "endpoint.user.postToken"
"test": "endpoint.user.postToken",
"_passwordHash": "$argon2i$v=19$m=65536,t=4,p=1$Y0tlcWJyeDNKSHhBMGR2TA$+dSJbs8S+236knAVs8ibnVgQliADyKHR+YmWmOtvnoc",
"password": "1234",
"note": "User contains password only due to testing purposes."
}
}
9 changes: 0 additions & 9 deletions relation/endpoint/user/postToken/owns-token.json

This file was deleted.

0 comments on commit 905179b

Please sign in to comment.