Skip to content

Tags: appleboy/gin-jwt

Tags

v2.10.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: adopt jwt.MapClaims to replace custom MapClaims type across…

… codebase (#342)

- Remove the custom `MapClaims` type definition
- Replace `MapClaims` with `jwt.MapClaims` in `PayloadFunc`, `GetClaimsFromJWT`, `ExtractClaims`, and `ExtractClaimsFromToken` functions
- Update test cases to use `jwt.MapClaims` instead of the custom `MapClaims`
- Update `ConvertClaims` function to accept `jwt.MapClaims`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v2.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: fix typos in README (#338)

v2.10.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: bump Go version to 1.21.0

- Update Go version from `1.21` to `1.21.0`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v2.9.2

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update dependencies to latest versions

- Update `sonic` library from `v1.10.1` to `v1.10.2`
- Update `iasm` library from `v0.9.0` to `v0.9.1`
- Update `mimetype` library from `v1.4.2` to `v1.4.3`
- Update `validator` library from `v10.15.4` to `v10.17.0`
- Update `cpuid` library from `v2.2.5` to `v2.2.6`
- Update `go-urn` library from `v1.2.4` to `v1.3.0`
- Update `go-isatty` library from `v0.0.19` to `v0.0.20`
- Update `go-toml` library from `v2.1.0` to `v2.1.1`
- Update `go/codec` library from `v1.2.11` to `v1.2.12`
- Update `x/arch` library from `v0.5.0` to `v0.7.0`
- Update `x/crypto` library from `v0.13.0` to `v0.18.0`
- Update `x/net` library from `v0.15.0` to `v0.20

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v2.9.1

chore(CI): add go releaser yaml file

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>

v2.8.0

chore(lint): disable staticcheck

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v2.7.0

chore: upgrade go module

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v2.6.4

chore: support CookieSameSite

v2.6.3

chore: update example

v2.6.2

fix: update gofight to v2.1.1