Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Version 2.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 15 Jul 14:46
· 487 commits to dev since this release
  • Replace getConfig() and setConfig() with get() and set() methods;
  • Setting expiresInMinutes to false will make non-expiry token;
  • Merging all pre-defined config in each of decode\encode methods;
  • Add more tests for JWT, so test coverage is 100% now;
  • Optimized create method;
  • Update docs;