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
Can we use nonce's with a SPA application? We don't have any Razor view to modify to add the asp-add-nonce tag, instead, we somehow need the library to take the static files built by Webpack and modify them at runtime to add the nonce tokens.
Is this something this library can do?
The text was updated successfully, but these errors were encountered:
If I wanted to write my own function that hooked into the spa and rewrote the HTML to insert nonce, does this library export the functions I would need to call into to generate tags or are those hidden inside the library as private methods?
Can we use nonce's with a SPA application? We don't have any Razor view to modify to add the
asp-add-nonce
tag, instead, we somehow need the library to take the static files built by Webpack and modify them at runtime to add the nonce tokens.Is this something this library can do?
The text was updated successfully, but these errors were encountered: