jojo/modules/jwtx
Nils Goroll f6ba8bac03
Refactor modules/jwtx: Pull out key creation vs. loading
This patch only moves code around and splits out two functions from
loadOrCreateAsymmetricKey(). The diff is best viewed with -b to ignore
white space (indentation) changes.

This is done for two reasons:

- For future additions, we will need loadAsymmetricKey() only, without
  the create

- The doubly nested immediately invoked closure construction was not
  exactly helping clarity
2026-02-05 18:33:41 +01:00
..
signingkey.go Refactor modules/jwtx: Pull out key creation vs. loading 2026-02-05 18:33:41 +01:00
signingkey_test.go chore: avoid log.Fatal() for jwtx/signingkey (#11066) 2026-01-27 22:42:03 +01:00