A generic wrapper for JWT claims in Go
Go to file
2024-08-12 21:29:16 +01:00
.github/workflows Add test workflow 2024-06-09 01:01:58 +01:00
auth Add signing method parameter 2024-07-27 19:25:56 +01:00
cmd/mjwt Add signing method parameter 2024-07-27 19:25:56 +01:00
.gitignore Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +01:00
claims_test.go Add signing method parameter 2024-07-27 19:25:56 +01:00
claims.go Rewrite mjwt library to better support keystores 2024-07-27 17:14:21 +01:00
empty-claims.go Rewrite mjwt library to better support keystores 2024-07-27 17:14:21 +01:00
go.mod Add JSONWebKeySet generator 2024-07-27 19:27:13 +01:00
go.sum Add signing method parameter 2024-07-27 19:25:56 +01:00
issuer_test.go Add signing method parameter 2024-07-27 19:25:56 +01:00
issuer.go More documentation, and alias function for loading a KeyStore from a filepath path 2024-08-12 21:29:16 +01:00
jwks.go More documentation, and alias function for loading a KeyStore from a filepath path 2024-08-12 21:29:16 +01:00
keystore_test.go Rewrite mjwt library to better support keystores 2024-07-27 17:14:21 +01:00
keystore.go More documentation, and alias function for loading a KeyStore from a filepath path 2024-08-12 21:29:16 +01:00
LICENSE.md Add readme, license and search perms feature, remove .idea 2023-10-27 09:00:20 +01:00
README.md More documentation, and alias function for loading a KeyStore from a filepath path 2024-08-12 21:29:16 +01:00

MJWT

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