- Add: Session support in jwt token. User can add and validate if he wants.
- Add: New options API for JWT token generation. This adds flexibility to add new options in the future without breaking previous implementation.
- Refactor: JWT Generate and Decode methods. Reused the code as much as possible. The code was duplicated in gin and fasthttp mode.