/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

www.mathieupassenaud.fr
| | ankane.org
4.2 parsecs away

Travel
| | Setting up database users for an app can be challenging if you don't do it often. Good permissions add a layer of security and can minimize the...
| | www.rasikjain.com
3.2 parsecs away

Travel
| | Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....
| | weblog.west-wind.com
4.6 parsecs away

Travel
| | ASP.NET Core Authentication and Authorization continues to be the most filddly part of the ASP.NET Core eco system and today I ran into a problem to properly configure JWT Tokens with Roles. As I had a hard time finding the information I needed in one place and instead ended up with some outdated information, I'm writing up a post to hopefully put all the basic bits into this single post.
| | philodev.one
15.4 parsecs away

Travel
| oAuth is a hard to get into because of its (necessary) complexity. A basic understanding of the standard flow and the actors involved can help to make better decisions and understand the security implications of the choices.