/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sandrino.dev
| | www.codeproject.com
2.2 parsecs away

Travel
| | In this article, we break down some most asked interview questions on Security part in ASP.NET MVC.
| | damienbod.com
2.1 parsecs away

Travel
| | The article shows how to implement user management for an ASP.NET Core application using ASP.NET Core Identity. The application uses custom claims, which need to be added to the user identity after a successful login, and then an ASP.NET Core policy is used to authorize the identity. Code: https://github.com/damienbod/AspNetCoreAngularSignalRSecurity History 2023-01-07 Updated .NET 7, Angular...
| | dylanbeattie.net
1.6 parsecs away

Travel
| | Using ASP.NET Core and Azure OpenID Connect to restrict access to admin features based on an authenticated user's email domain.
| | www.sjoerdlangkemper.nl
11.2 parsecs away

Travel
| JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure.