Reauthentication After Generate

ASP.Net 2020.0.7

I have security enabled for my app. Every time I generate my app (for all or specific tables), I have to log back into my webapp. Is there a way to make the webapp use my existing authentication token so I don’t have to repeatedly log in when I’m developing?

In regular ASP.Net I could add a Machine Key into the web.config so my security token would continue to be good even after a session or app pool recycle. Is there something similar I can do in ASP.Net Maker?

Thanks,
Craig

Set Tools → Advanced Settings → Encryption key for data protection, so that the project random key does not change after generation.