I am trying to implement JWT authentication in my Web API. I am doing this for the first time. When I Googled some tutorial, the first step is showing up to save secret key in appsettings.json file. I am stuck at that place itself. How will I know and get that secret key so that I can store it in a file. Also how will I know secret key for my each environment i.e. Dev, TEST and Prod.
Thanks in advance.