Add: Session control

Merged Akshay Bharambe requested to merge ab_Add_UserSessions into devbranch
  1. Add: Session support in jwt token. User can add and validate if he wants.
  2. Add: New options API for JWT token generation. This adds flexibility to add new options in the future without breaking previous implementation.
  3. Refactor: JWT Generate and Decode methods. Reused the code as much as possible. The code was duplicated in gin and fasthttp mode.
Edited by Akshay Bharambe

Merge request reports