jwt (json web token), jks(java key store) 이용
-- 구현 리스트
- client credentails grant
- authorization code grant
- resource owner password grant
- implicit code grant
-- 모듈
- auth-server (인증서버 모듈)
- client-server (클라이언트 모듈)
- resource-server (리소스서버 모듈)
-- 구현 리스트
- client credentails grant
-- 모듈
- auth-resource-server (인증 + 리소스 서버 모듈)