wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
16.86k stars 1.47k forks source link

Make the session key saved randomly. #96

Closed ShinSeongJin2 closed 1 month ago

ShinSeongJin2 commented 1 month ago

I found SESSION_KEY value is not randomly initiated in config.py. It just saved the OPENUI_SESSION_KEY={SESSION_KEY} value in the ".env" file. So, I fixed some code to save the random session string.