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
I have an app that when a user views the site they need to have jwt token and refresh id in the param (?t=aas;kldfjaksdf&r=123), how can I only in development pass in those two params value of my run script so that I can load up the site with those information and the entire app works? Or do you recommend another way?
Right now I am loading up the site https://localhost:3000 and the manually typing in (?t=whatevertoken&r=refreshid), I would like to not do that every time.
Thanks
The text was updated successfully, but these errors were encountered:
I have an app that when a user views the site they need to have jwt token and refresh id in the param (?t=aas;kldfjaksdf&r=123), how can I only in development pass in those two params value of my run script so that I can load up the site with those information and the entire app works? Or do you recommend another way?
Right now I am loading up the site https://localhost:3000 and the manually typing in (?t=whatevertoken&r=refreshid), I would like to not do that every time.
Thanks
The text was updated successfully, but these errors were encountered: