I am new to JWT, I just return it as java object in JSON and made some filters so it can work just like session_id with Spring Security.
But I don't understand how is JWT stored on the client side, where does it go after the server response? Is it automatically stored by all browsers in coockies? Do all browsers support JWT?
I do appreciate your answer.