Skip to content

Commit

Permalink
clarify verify user exists without password
Browse files Browse the repository at this point in the history
  • Loading branch information
shaozi authored Sep 27, 2021
1 parent 50e3422 commit c8aaf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let authenticated = await authenticate({
})
```

#### User exists verification and return user details
#### User exists verification and return user details (without user's password)

```javascript
let authenticated = await authenticate({
Expand Down

0 comments on commit c8aaf54

Please sign in to comment.