[Share your feedback] What processes are a pain to build?

Hi @jcarroll ! For me, it is:

  1. User session management (authentication, number of sessions, session lenght). I have even posted about it, but it did not gain much traction :slight_smile: I guess it is a problem mainly in corporate production enviroment.
  1. CSS injections (as mentioned above by @DarkCSS )
  2. JS injections - currently some hacky ways needed window.parent and so on.
2 Likes