'How do you solve the problem if you use the JWT authentication method and client browser's cookies are completely blocked?
When using the JWT authentication method, the token is usually stored and used in session storage.
For Chrome, you can select the option "Do not use cookies completely" in Personal Information and Security.
In this case, local storage and session storage are also unavailable.
Of course, begging the user to allow cookies could be a solution, but what process should we follow to apply the method of keeping the login regardless of the user's settings?
It is only emerging in my head to the extent that I have to communicate a lot with the server, and I have a lot of thoughts.
I wonder if there is a way to consider security.
Thank you for all your advice and help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
