parse-dashboard
parse-dashboard copied to clipboard
Add Parse Dashboard option `allowAnonymousUser`
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
Current Limitation
Currently, Parse Dashboard relies on IP checking to check if a Dashboard is running remotely, and add additional security if so. This is problematic if you are using a proxy, which can result in protections becoming disabled.
Feature / Enhancement Description
Rather than relying on IP checking for security, add Parse Dashboard option allowAnonymousUser
. This would also change the behavior of being able to run Parse Dashboard locally without allowInsecureHTTP
or dev
.
Example Use Case
Alternatives / Workarounds
3rd Party References
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!
WIP 😃