1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00
Harshavardhana bfe8a9bccc
jwt: Simplify JWT parsing ()
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.
2020-01-31 08:29:22 +05:30
..
2020-01-31 08:29:22 +05:30