Remove addon on decoupled setup #247
Answered
by
GeekInTheNorth
jonasboman
asked this question in
Q&A
-
|
Hi Mark. is it possible to prevent access to this addon and/or Robots? For security i guess it can be acchieved be deleting the folder under modules/_Protected; would this be the best way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
GeekInTheNorth
Oct 8, 2024
Replies: 1 comment
-
|
Hi @jonasboman You can change the access to both modules by providing an authentication policy in startup.cs for this very reason. You don't need to delete the modules folder at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GeekInTheNorth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jonasboman
You can change the access to both modules by providing an authentication policy in startup.cs for this very reason. You don't need to delete the modules folder at all.