Explore >> Select a destination


You are here

svrooij.io
| | keithbabinec.com
3.3 parsecs away

Travel
| | Normally we use SDKs to interact with Azure. Things like the Azure .NET SDK, the Azure PowerShell module, orthe dozens of otherSDKs listed here can be used. These SDKs provide a lot of helpful utilities and validation, but ultimately they will hit the Azure REST API once they need to phone home. Azure's REST APIprovides...
| | www.stevejgordon.co.uk
2.3 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.
| | www.kallemarjokorpi.fi
2.2 parsecs away

Travel
| | This blog post shows how to upload FIT and GPX exercise files to Strava via a custom web application.
| | www.sjoerdlangkemper.nl
18.7 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.