Authentication implementation is done in the user microservice, so signin signup and validating user is logged in is done in that section. In the task microservice we have created an interface UserService which uses OpenFeign to get the jwt token from the user microservice from which we getting the user details
I'm Vietnamese, I watched your channel, everything is really useful, I hope you always share new things for me and everyone.
I've created user service for authentication and authorization, but another services need authorization to access, how can I do that ?.
how to validate jwt token when a request is sent to task service??
i noticed that you havent implemented authentication in this service. any reason why?
Authentication implementation is done in the user microservice, so signin signup and validating user is logged in is done in that section. In the task microservice we have created an interface UserService which uses OpenFeign to get the jwt token from the user microservice from which we getting the user details
@utkarshgoswami11 but task service is not secure, infact none of the other micro services are secure because of gateway implementation
In docker you can deploye behind network, so it won't accessible without gateway
@@codewithzosh thats fine but there is no authentication for gateway, auth is applied only for user service.
Wonderfull