Explore >> Select a destination


You are here

www.rasikjain.com
| | gouthamanbalaraman.com
2.1 parsecs away

Travel
| | This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.
| | www.primaryobjects.com
2.4 parsecs away

Travel
| | Token-Based Authentication for Web Service APIs in C# MVC .NET
| | www.adamalbrecht.com
2.3 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.
| | www.sjoerdlangkemper.nl
4.0 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.