Skip to content

Commit

Permalink
Make ClerkJwt::other field public (#64)
Browse files Browse the repository at this point in the history
This makes the changes from #63 usable
  • Loading branch information
GodTamIt authored Aug 28, 2024
1 parent c6c585e commit 30decf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators/authorizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub struct ClerkJwt {
/// Catch-all for any other attributes that may be present in the JWT. This
/// is useful for custom templates that may have additional fields
#[serde(flatten)]
other: Map<String, Value>,
pub other: Map<String, Value>,
}

pub trait ClerkRequest {
Expand Down

0 comments on commit 30decf4

Please sign in to comment.