2.0.0
版本发布时间: 2017-01-31 00:16:58
BTBurke/caddy-jwt最新发布版本:2.0.0(2017-01-31 00:16:58)
Version 2.0.0 adds RSA support and flattens claims for nested JSON payloads. This version is not backwards-compatible due to the flatten function.
Flatten example:
data: {
user: "me"
id: 1
}
...
Results in keys like:
data.user: "me"
data.id: 1