josephspurrier / gowebapp

Basic MVC Web Application in Go
MIT License
1.14k stars 197 forks source link

How to build secretkey #40

Closed glepnir closed 5 years ago

glepnir commented 5 years ago

Thank you very much for your project. I am a beginner. For the generation of secret keys, it is defined in the json file. How to generate secretkey

k0fi commented 5 years ago

It's just a random string. You don't need any specific tool or method to generate it. Just close your eyes and type some letters.

glepnir commented 5 years ago

It's just a random string. You don't need any specific tool or method to generate it. Just close your eyes and type some letters.

tanks for your reply