How does the CONFIG_SECRET_KEY work?

As the title suggest Id like to understand how this var works within the config file (using PHP)
I am planning on open sourcing a project and need to know if it should be scrubbed or if its even needed outside of Wappler use

image

Thanks in advance! =]

Usually, secret keys are used to encrypt session cookies (not talking about Wappler in specific). If you open-source a given key make sure you don’t use it in production

1 Like