This wrapper code for using JWT library.
- First hit the Login in end point
- Then hit home end point . Else will get unauthorized.
- jwtLib.go is a wrapper for https://github.com/dgrijalva/jwt-go
- /home has a isAuthorized middleware
This wrapper code for using JWT library.