sign-in-with-apple-fixed

Crates.iosign-in-with-apple-fixed
lib.rssign-in-with-apple-fixed
version0.3.0
created_at2022-05-27 08:51:59.186962+00
updated_at2022-05-27 08:51:59.186962+00
descriptionSign In With Apple Validation in Async Rust - fixed
homepage
repository
max_upload_size
id594974
size14,593
Gihwan Oh (wurikiji)

documentation

README

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.

Commit count: 0

cargo fmt