Explore >> Select a destination


You are here

www.codeproject.com
| | www.adamalbrecht.com
2.0 parsecs away

Travel
| | UPDATE: There have been some changes in the JWT Gem that make some of the below not work exactly right (it'll still be about 90% the same). Specifically, they added expiration support. See my post on the same topic, but using React.js. The server side code in this post will work just as well with Angular.
| | weblog.west-wind.com
1.4 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.
| | blog.elmah.io
1.3 parsecs away

Travel
| | Learn about how to secure your ASP.NET Core APIs with OAuth 2.0 and JSON Web Tokens without using third-party services like IdentityServer, Okta, and Auth0.
| | gouthamanbalaraman.com
22.5 parsecs away

Travel
| This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.