diff --git a/README.md b/README.md index 45e3789..d73fa97 100644 --- a/README.md +++ b/README.md @@ -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 @@ -37,15 +37,15 @@ docker-compose up
In the authentication-controller use the credentials
username: guest@aluraflix.com / password: 123456 to log in.
-![login.png](data%2Flogin.png) +![login.png](data/login.png)After that copy the Token JWT
-![token-jwt.png](data%2Ftoken-jwt.png) +![token-jwt.png](data/token-jwt.png)And paste it in the Authorize button
-![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: