Skip to content

Commit

Permalink
Fixed image links of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Oct 11, 2023
1 parent e7e0963 commit e8cedc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is an application with aim to learning about new features of Spring securit
It is possible toa access swagger documentation throught url: [http://localhost:8080/swagger-api](http://localhost:8080/swagger-ui/index.html).
The username for test is: guest@aluraflix.com and the password is: 123456, please notice this user has ROLE_USER.

![alura-flix-api-swagger.png](data%2Falura-flix-api-swagger.png)
![alura-flix-api-swagger.png](data/alura-flix-api-swagger.png)

# Techinologies
- Java 17
Expand All @@ -37,15 +37,15 @@ docker-compose up
<p>In the authentication-controller use the credentials<p/>
<p>username: guest@aluraflix.com / password: 123456 to log in.<p/>

![login.png](data%2Flogin.png)
![login.png](data/login.png)

<p>After that copy the Token JWT<p/>

![token-jwt.png](data%2Ftoken-jwt.png)
![token-jwt.png](data/token-jwt.png)

<p>And paste it in the Authorize button<p/>

![authorize-token.png](data%2Fauthorize-token.png)
![authorize-token.png](data/authorize-token.png)

That's it, you are already logged and can try out all endpoints :wink:

Expand Down

0 comments on commit e8cedc0

Please sign in to comment.