mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-19 17:15:19 +00:00
bfe8a9bccc
JWT parsing is simplified by using a custom claim
data structure such as MapClaims{}, also writes
a custom Unmarshaller for faster unmarshalling.
- Avoid as much reflections as possible
- Provide the right types for functions as much
as possible
- Avoid strings.Join, strings.Split to reduce
allocations, rely on indexes directly.