Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
VeritasSoftware committed Oct 21, 2018
1 parent c961082 commit f9ad286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,7 +79,7 @@ After this validation, the Jwt token is issued by the **TokenController**.
}
```

**And in your appsettings.json:**
## In your appsettings.json

```javascript
{
Expand All @@ -95,7 +95,7 @@ After this validation, the Jwt token is issued by the **TokenController**.
}
```

## TokenController
## TokenController - Issues the Jwt token

The **TokenContoller** has a POST Method which you can call with a Id and Password.

Expand Down

0 comments on commit f9ad286

Please sign in to comment.