The App allows registered members to post/sell & to buy products.
The App establishes security through Authentication and Authorisation using >JWT.
- Register member
user/
using browseruser/register
using Postman App
- Once the Member is Created, Go to Postman App.
- Go to url localhost:user-service-port/login and give your username and password in JSON.
- You'll get the Authentication Token if given correct credentials else 403 Forbidden Error.
- When you get the Token, use that Token in the Header Authorisation under Bearer Token Option.
- You can only get into links that you are permitted.
- for info on link permissions , go to Security Configuration Class in
finalproject / user-service / src / main / java / com / project / config /
.
- for info on link permissions , go to Security Configuration Class in
- Spring Tool Suite 4
- Postman