A generic wrapper for JWT claims in Go
Go to file
2023-10-25 17:37:55 +01:00
.idea Separate generate and sign methods for raw jwt.Claims 2022-12-09 12:53:36 +00:00
auth Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
claims Thunder and lightning caused a powercut just committing my progress before continuing 2023-06-18 13:03:41 +01:00
cmd/mjwt Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
go.mod Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
go.sum Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
interfaces.go Allow access to public and private keys 2023-10-25 17:37:55 +01:00
mjwt_test.go Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
mjwt.go Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
signer_test.go Read or create private key using filepath 2023-06-30 15:22:26 +01:00
signer.go Allow access to public and private keys 2023-10-25 17:37:55 +01:00
verifier_test.go Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
verifier.go Allow access to public and private keys 2023-10-25 17:37:55 +01:00