You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Header classes and Payload classes should be better in sync, potentially also with signature functionality, and have a clearer hierarchy. It's hard to tell the difference between header's various types and payload's various types.
A better class hierarchy should help answer the question of where various payload and header functionality should live.
Also, everything under an "impl" file is difficult to comprehend.
The text was updated successfully, but these errors were encountered:
javaOIDCMsg/lib/src/main/java/com/auth0/jwt/impl/BasicHeader.java
Line 35 in cbdf7aa
The Header classes and Payload classes should be better in sync, potentially also with signature functionality, and have a clearer hierarchy. It's hard to tell the difference between header's various types and payload's various types.
A better class hierarchy should help answer the question of where various payload and header functionality should live.
Also, everything under an "impl" file is difficult to comprehend.
The text was updated successfully, but these errors were encountered: