์ธ์ฆ(authentication)๊ณผ ์ธ๊ฐ(authorization)
Hi.Claire
์ธ์ฆ(authentication)๊ณผ ์ธ๊ฐ(authorization) 1. ์ธ์ฆ(authentication)๊ณผ ์ธ๊ฐ(authorization)์ ๊ฐ๋
์ธ์ฆ(authentication) to verify the identity of a user (์๋ณ ๊ฐ๋ฅํ ์ ๋ณด๋ก) ์ฌ์ฉ์์ ์ ์์ ์
์ฆํ๋ค. ์ธ๊ฐ(authorization) to determine a user's access rights to resources ์ธ์ฆ๋ ์ฌ์ฉ์์ ๋ํ ์์ ์ ๊ทผ ๊ถํ์ ๋ถ์ฌํ๋ค. 2. HTTP์ stateless ์น ์ฌ์ดํธ๋ HTTP ํต์ ์์์ ๋์ํ๋ค. HTTP๋ ํด๋ผ์ด์ธํธ(client)์ ์๋ฒ(server) ์ฌ์ด์ ์ด๋ฃจ์ด์ง๋ ์์ฒญ(request)/์๋ต(response) ํ๋กํ ์ฝ(protocol)์ด๋ฉฐ, connectionl..