|
|
|
|
|
by hopscotch
2604 days ago
|
|
Have you had a proper security review? I don't think you would have made that mistake with user-websites being able to log out the user if you had designed with security as an important objective. Like, it's OK that you didn't, but maybe you should check that your entire public API (all microservices, UI, etc) will really be secure. You will probably struggle to get a secure interface while user content is served from the same domain as your UI. |
|
I think the interaction in this forum thread says a lot about my focus on security. An issue was reported and I jumped on it immediately. I’m not going to sit here and claim to be perfect, but I am going to tell you that I work really hard to make sure I do stuff right and fix my mistakes ASAP. I have had white hat hackers review my API by the way and have patched reported security vulnerabilities.