This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Version 2.0.0
- Replace
getConfig()andsetConfig()withget()andset()methods; - Setting
expiresInMinutestofalsewill 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
createmethod; - Update docs;