A generic wrapper for JWT claims in Go
Go to file
2023-10-27 09:00:20 +01:00
auth Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
claims Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +01:00
cmd/mjwt Update api to add more usability and add cli 2023-06-20 00:32:16 +01:00
.gitignore Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +01:00
go.mod Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +01:00
go.sum Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +01:00
interfaces.go Allow access to public and private keys 2023-10-25 17:37:55 +01:00
LICENSE.md Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +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
README.md Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +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

MJWT

A simple wrapper for JWT. Contains an AccessToken and RefreshToken model.