JWT Implementation
- Login
- Register
- Get data if token in authorised only.
- Check availability of username
- Check availability of email
- Swagger 2 ui
- Dual Checking of authorization. By passing JWT token and loged-in user id. ==> User get data if only if user id from token and user id passed in header will same else show unauthorized access.