This stable release enhances the tsconfig which was causing problems and simplifies the main interface via a new index.ts entry point and parseJwt()
function.
List of updates:
- Adds node version 10 and 13 to code pipeline checks.
- Updates README documentation and comments.
- Adds MIT License file.
- Adds index.ts entry file.
- Adds parseJwt facade function to index.ts to encapsulate RS-JWT functionality into more consumable interface.