Skip to content

Add RSA support

Latest
Compare
Choose a tag to compare
@BTBurke BTBurke released this 30 Jan 16:16
· 68 commits to master since this release

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