kilork / openid

OpenID Connect Rust Library
The Unlicense
61 stars 22 forks source link

Fix deserialization of OAuth2Error #29

Closed michaelmattig closed 1 year ago

michaelmattig commented 1 year ago

The deserialization of errors didn't work for me, because the OAuth2ErrorCode is in snake_case in json. I added a serde annotation to fix this.

kilork commented 1 year ago

Looks fine to me, thank you!