Article
Generating the Client Assertion JWT for private_key_jwt
Authentication with Ruby (1 mins read).
A helper script to generate the client assertion required to authenticate to an Authorization Server that supports private_key_jwt
, on the command-line with Ruby.
Mon, 15 Jun 2020 23:12 by Jamie Tanna
.
#blogumentation
#ruby
#command-line
#jwt
#json
#oidc .
Article
Verifying Signed JWTs (JWS) with Ruby (2 mins read).
Using the ruby-jwt library to verify a signed JSON Web Token (JWS) on the command-line.
Mon, 15 Jun 2020 22:59 by Jamie Tanna
.
#blogumentation
#ruby
#command-line
#jwt
#json .
Article
Creating Signed JWTs (JWS) with Ruby (1 mins read).
Using the json-jwt and ruby-jwt libraries to sign a JSON Web Token on the command-line.
Mon, 15 Jun 2020 22:40 by Jamie Tanna
.
#blogumentation
#ruby
#command-line
#jwt
#json .
Article
Providing Custom Serialization for Map
Keys in Jackson (1 mins read).
How to configure Jackson to use a custom method to serialise keys for a Map
.
Tue, 07 Apr 2020 18:37 by Jamie Tanna
.
#blogumentation
#java
#jackson
#json .
Article
Creating Signed JWTs (JWS) with Node.JS (1 mins read).
How to use the jsonwebtoken library to create a Signed JSON Web Token (JWS) with Node.JS.
Wed, 19 Feb 2020 19:22 by Jamie Tanna
.
#blogumentation
#nodejs
#command-line
#jwt
#json .
Article
Minifying JSON with Python (1 mins read).
How to take a pretty-printed JSON string and replace it with a minifed JSON string using Python.
Sat, 23 Nov 2019 19:58 by Jamie Tanna
.
#python
#command-line
#blogumentation
#nablopomo
#json
#minify-json .
Article
Minifying JSON with Ruby (1 mins read).
How to take a pretty-printed JSON string and replace it with a minifed JSON string using Ruby.
Fri, 22 Nov 2019 19:33 by Jamie Tanna
.
#ruby
#command-line
#blogumentation
#nablopomo
#json
#minify-json .
Article
Pretty Printing JSON Web Tokens (JWTs) on the Command Line using OpenSSL (3 mins read).
How to easily introspect a JWT on the command line using OpenSSL and optionally Python for real pretty-printing.
Thu, 13 Jun 2019 13:02 by Jamie Tanna
.
#blogumentation
#python
#command-line
#jwt
#json
#pretty-print .
Article
Verify if a field in a JSON response is not set with Rest Assured (1 mins read).
How to verify whether a field is not present in a JSON Rest Assured Response
.
Tue, 23 Apr 2019 22:07 by Jamie Tanna
.
#blogumentation
#java
#rest-assured
#json .
Article
Pretty Print JSON with Java (1 mins read).
How to pretty print a JSON object using Java and Jackson.
Tue, 23 Apr 2019 21:22 by Jamie Tanna
.
#blogumentation
#java
#json
#pretty-print .
Article
Pretty Printing JSON with Ruby (1 mins read).
Using Kernel.jj
to pretty print Ruby objects as JSON objects.
Fri, 29 Mar 2019 18:04 by Jamie Tanna
.
#blogumentation
#ruby
#json
#pretty-print .
Article
Verifying Signed JWTs (JWS) with Node.JS (3 mins read).
How to use the jsonwebtoken and node-jose libraries to verify the signature of a Signed JSON Web Token (JWS) with Node.JS.
Mon, 25 Feb 2019 22:13 by Jamie Tanna
.
#blogumentation
#nodejs
#command-line
#jwt
#json .
Article
Pretty Printing JSON using Node.JS on the Command Line (1 mins read).
Using Node.JS's JSON module to pretty print JSON objects from the command line.
Fri, 11 Jan 2019 16:50 by Jamie Tanna
.
#blogumentation
#nodejs
#json
#pretty-print .
Article
Pretty Printing JSON Web Tokens (JWTs) on the Command Line using Ruby (3 mins read).
How to easily introspect and pretty print a signed JWT (JWS) or an encrypted JWT (JWE) on the command line using Ruby's standard library, or using the ruby-jwt external library.
Fri, 31 Aug 2018 10:43 by Jamie Tanna
.
#blogumentation
#ruby
#command-line
#jwt
#json
#pretty-print .
Article
Pretty Printing JSON on the Command Line with Ruby (1 mins read).
Using Ruby's JSON module to pretty print JSON objects from the command line.
Mon, 18 Jun 2018 19:13 by Jamie Tanna
.
#blogumentation
#ruby
#json
#pretty-print .
Article
Converting YAML to JSON and vice versa (Part 1 - Ruby) (2 mins read).
Coerce YAML to JSON and vice versa, from the comfort of your Gem-studded command line.
Thu, 22 Jun 2017 21:16 by Jamie Tanna
.
#blogumentation
#ruby
#command-line
#yaml
#json .
Article
Pretty Printing JSON on the Command Line with Python (2 mins read).
Using Python's JSON module to pretty print JSON objects from the command line.
Mon, 05 Jun 2017 08:39 by Jamie Tanna
.
#blogumentation
#python
#json
#pretty-print .