/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

lucianonooijen.com
| | brunoscheufler.com
2.1 parsecs away

Travel
| | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....
| | www.stevejgordon.co.uk
3.6 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | mazinahmed.net
4.0 parsecs away

Travel
| | Application and Infrastructure Security Engineering
| | www.adamalbrecht.com
11.1 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.