how to generate a secret code in the below mentioned scenario. It will be auto genarated or we need to use a separate tool to generate this code?
"secret": " ",
"issuer": " ",
"audience": " ",
can you please provide an example with this three items for a google.com website?
Jaimin ShethiyaPosted Jan 24, 2020, 10:11 AM
can you please refer below link.
https://garywoodfine.com/asp-net-core-2-2-jwt-authentication-tutorial/
https://medium.com/net-core-api-jwt-authentication/net-core-api-jwt-authentication-380adcbee705
https://jasonwatmore.com/post/2019/10/11/aspnet-core-3-jwt-authentication-tutorial-with-example-api
Thanks