Skip to content
Discussion options

You must be logged in to vote

Is it even a valid concern, presuming I'm using dynamic imports for all my protected content?

In general it's safe to assume that all of your client-side code is corruptible by the end user. So it's definitely good to make sure sensitive information is protected on the server, usually with some kind of authentication or authorization setup. This will ensure that users are only able to fetch data they have permission to see. If they manually edit URLs like this, or poke at your client side code (e.g. to skip validation checks), they would still get blocked by proper server-side authorization and validation.

If you've got your server set up, it should be fine if a user tinkers with URLs l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by huntedman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants