Skip to content

Version 0.2 Release

Latest
Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 07 Feb 18:19
9061533

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.