Mordeo
❔ New .NET Core Web API app. Guidelines for setting up authentication & authorization?
There are plenty of blog posts, tutorials, etc out there. They should all follow the same theme and should be using the same Microsoft supported code / packages
50 replies
❔ New .NET Core Web API app. Guidelines for setting up authentication & authorization?
Then you need to modify your app startup and insert middlewares to check for the JWT, validate them, and reject or deny requests. Also describes in the article
50 replies
❔ New .NET Core Web API app. Guidelines for setting up authentication & authorization?
If you're implementing your own JWT auth, you will need code to create a JWT. An API endpoints stands between that code and your client. The JWT nuget package referenced in the article will help you do that
50 replies
Would only learning blazor (for the frontend) be enough for a beginner backend developer?
If a company flush with cash and devs were to do a WASM app, I'd expect they would go with C/++, Rust, or maybe Carbon when it comes out. Blazor is good for rapid dev though. These are my personal opinions
27 replies