Request for Stronger Protection of App Links in Niotron Apps

I am a developer using Niotron to build educational apps, and I greatly appreciate the ease and flexibility the platform provides. However, I am facing a serious concern regarding the security of sensitive URLs and API links used in my applications.

Currently, when an app is built, these links can be easily extracted by decompiling the APK. This exposes API keys, server endpoints, and internal resources—making my app and backend services vulnerable to abuse and attacks.

”I want to know how to protect my app links?”

Thank you for your support and continued improvement.

use encrypted keys, decode them directly without saving, use secure https connection, and the best option would be to use JWT

Please Tell me More Details How I make it in niotron and which block…

For JWT, you must know backend and for encryptions you can use cryptography block

When I use cryptography block, my in-app link is not work.

Any user facing application can be decompiled and the source code should be treated like the end user has total access to it. Better backend practices helps securing it.

1 Like

Can create JWT tokens. Connect on telegram @onlyrajverma