#apple #validation #sign-in #mobile #jwt

sign-in-with-apple-fixed

Sign In With Apple Validation in Async Rust - fixed

1 unstable release

0.3.0 May 27, 2022

#7 in #sign-in

MIT license

12KB
220 lines

sign-in-with-apple-fixed

Base sign-in-with-apple crate does not follow the document. It should validate aud not sub. sub is for user id, client_id is in aud.

TODO

  • [ ]: Add authorization code validation
  • [ ]: Add struct and trait

Original README

crates Build

Sign In With Apple Validation in Async Rust

Note: Based on siwa but not using heavyweight reqwest and using up to date tokio.

Dependencies

~11–27MB
~455K SLoC