mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
Merge pull request #132 from zauberpony/fix-claim-field-name
fix 'subject' name in service-account claim
This commit is contained in:
@@ -92,6 +92,7 @@ struct Claims<'a> {
|
||||
aud: &'a str,
|
||||
exp: i64,
|
||||
iat: i64,
|
||||
#[serde(rename = "sub")]
|
||||
subject: Option<&'a str>,
|
||||
scope: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user