Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protecting the web-pack bundles #1566

Open
vg-balakrishnan-varadarajan opened this issue Oct 24, 2024 · 0 comments
Open

Protecting the web-pack bundles #1566

vg-balakrishnan-varadarajan opened this issue Oct 24, 2024 · 0 comments

Comments

@vg-balakrishnan-varadarajan

Background
Building an enterprise grade application in JS library or Framework could become challenging if most of the app functionality are distributed in the front end or JavaScript. Though webpack plugins like Uglify or webpack obfuscator only provide basic minification/obfuscation and can be quickly reversed with automated tools.

Current Solutions

There are some tools available in the market to overcome this situation, they do a techniques like reordering, encoding, splitting, renaming, and logic concealing.

Proposed
Would be great if we have a security layer with Azure Front-Door or CDN which is capable of checking the token from B2C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant