Skip to content

Commit b3b3fa6

Browse files
authored
Update README.md
1 parent 151d044 commit b3b3fa6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jwtauthcore/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,13 @@ Another thing, from bash we can understand in which port our project is running.
151151
Now I will share two postman request. One request will be a POST request with `username` and `password` . if this two credentials are
152152
valid then it will give us a bearer Token
153153

154-
picture link 1
154+
`https://localhost:5001/api/auth/authenticate`
155+
![alt text](https://github.com/Maxyee/aspdotnetcore-development-strategies/blob/master/jwtauthcore/Screenshots/authenticateRequest.png)
155156

156157

157158
After getting the token, we will use that token into this GET request. As a result, it will give us the value of that get request.
158159
if the token is invalid then the get request will not give us any value.
159160

160-
picture link 2
161+
`https://localhost:5001/api/auth`
162+
![alt text](https://github.com/Maxyee/aspdotnetcore-development-strategies/blob/master/jwtauthcore/Screenshots/getValue.png)
161163

0 commit comments

Comments
 (0)