Skip to content

v4.0.0

Compare
Choose a tag to compare
@ottokruse ottokruse released this 20 Mar 14:41
· 23 commits to main since this release
16a3d53

What's Changed

NOTE: #117 constitutes a breaking change, hence we created new major version v4.0.0, but you will only be impacted by this change, if you were doing this:

import { decomposeJwt } from "aws-jwt-verify/jwt"

That method has been renamed (to make it more clear) and must now be imported like so:

import { decomposeUnverifiedJwt } from "aws-jwt-verify/jwt";

Happy coding!

Full Changelog: v3.4.0...v4.0.0