You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason as mentioned in the #10 we will use the JWT based auth but since the request comes from the client side browser the token will get reflected in the browser's tab thus in order to block it we need to fetch data on the server side so server side rendering in the NextJS can keep async fetch function in the server thus the JWT token does not get exposed.
The text was updated successfully, but these errors were encountered:
Reason as mentioned in the #10 we will use the JWT based auth but since the request comes from the client side browser the token will get reflected in the browser's tab thus in order to block it we need to fetch data on the server side so server side rendering in the NextJS can keep async fetch function in the server thus the JWT token does not get exposed.
The text was updated successfully, but these errors were encountered: