i have created an app with jwt authenticate,the flow is simple like i am providing user id and password to server and if authenticated then it provides me jwt and i store jwt token to session storage,and allow user to login, and then at every request i created an interceptor with axios that sends token from session storage,and everthing works fine.
But i am confused that when user login the jwt is seen from sessionstorage,so is it any secure way to store jwt,that cant be seen,and any securing steps to be taken in the current work flow to secure app