Are there any samples or guidance for securing a ASP.NET Core 3.1 Web API as templated by SnapDevelop?
For example, I am working from the following fine sample:
I have written C# code to log on to this fellow's sample web service and call secured APIs passing the JWT token. I now want to adapt his code to similarly secure my Web API. This code is quite complicated, particularly for a newer developer in these technologies. In particular, the "Startup.cs" file does not jive exactly with the template created by SnapDevelop.
Suggestions, guidance, and samples are welcome and appreciated!
Appeon, please, please update the tutorial to reflect this!