You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application secret key is the same for all installations. It would be better if a new key was generated during the build process, so that different customers will not have the same key. A simple (not super high crypto validated) random generator would be fine here.