재구성 해본 api

  1. User

  2. Snowball

  3. Message:

    1. Authentication:
      • Google:
        • GET /auth/google
          • Response:
            • 200 OK
      • Naver:
        • GET /auth/naver
          • Response
            • 위와 동일
      • Kakao:
        • GET /auth/kakao
          • Response:
            • 위와 동일
flowchart TD
    A[App Module] <--- B[Auth Module]
		A <--- C[User Module]
		C <--- D[Snowball Module]
		D <--- E[Message Module]

restfulapi인가..PNG