JWE
JSON Web Encryption
RFC7516
https://www.rfc-editor.org/rfc/rfc7516.html
#WIP
JSONを暗号化して、
URL Safe
な文字列として表現したもの
https://speakerdeck.com/oracle4engineer/authentication-and-authorization-in-microservices-and-jwt?slide=16
2つある
JWE Compact Serialization
JWE JSON Serialization
#??
JWSとJWEの違い
存在意義
JWSは署名
Signatures
フィールドは3つ
header, payload, signature
JWEは暗号化
Encryption
フィールドは5つ