N
N
Nikolay2017-06-26 17:45:12
JavaScript
Nikolay, 2017-06-26 17:45:12

How to secure your web service?

Hello!
I understand that the question has already been beaten - but I did not find a detailed answer :(
We have a web service that uses angular (frontend) + php (backend).
It is necessary to somehow protect it from copying (frontend, because we do not provide sources)
Is it possible to obfuscate an angular application
and what other ways to protect it, please tell me .

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
iBird Rose, 2017-06-26
@iiiBird

You understand that if the project is really worthy of copying, they will simply make it from scratch themselves. and it will be enough for the frontender to simply use your application in order to make his own based on it.

O
ozknemoy, 2017-06-26
@ozknemoy

an obfuscated project built with webpack is the pinnacle. Well, you can still sloppy nakodit. then the minifier will suffice. templates are of course available as source. Webpack UglifyJS has a bunch of settings

N
nuclear_kote, 2017-06-26
@nuclear_kote

angular-cli obfuscates by default with ng build --prod

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question