The .AddDeveloperSigningCredential for creating tokens for development is great, but now I am needing to publish my app to a production server. I understand that one of the features of IdentityServer4 is that it has the ability to create JWT tokens with-in, so that is what I want to do.
I am looking for a step-by-step tutorial on how to use IdentityServer4 to create and use the tokens but haven't found one.
Some of them show bits and pieces, but make a lot of assumptions along the way. I need a step-by-step example.
Thanks,