Spring Boot Microservices Project Using Open Feign | Task Service Development

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 9

  • @QuốcKhánh-y7u
    @QuốcKhánh-y7u 11 месяцев назад +2

    I'm Vietnamese, I watched your channel, everything is really useful, I hope you always share new things for me and everyone.

  • @khanhtrinh377
    @khanhtrinh377 11 месяцев назад

    I've created user service for authentication and authorization, but another services need authorization to access, how can I do that ?.

  • @damithasahan6712
    @damithasahan6712 6 месяцев назад

    how to validate jwt token when a request is sent to task service??

  • @cringelord511
    @cringelord511 8 месяцев назад

    i noticed that you havent implemented authentication in this service. any reason why?

    • @utkarshgoswami11
      @utkarshgoswami11 Месяц назад +2

      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

    • @cringelord511
      @cringelord511 Месяц назад

      @utkarshgoswami11 but task service is not secure, infact none of the other micro services are secure because of gateway implementation

    • @codewithzosh
      @codewithzosh  Месяц назад

      In docker you can deploye behind network, so it won't accessible without gateway

    • @cringelord511
      @cringelord511 Месяц назад

      @@codewithzosh thats fine but there is no authentication for gateway, auth is applied only for user service.

  • @akshayhiremath3077
    @akshayhiremath3077 11 месяцев назад +1

    Wonderfull