Skip to content

Commit

Permalink
remove vendored code and add credits to borrowed code
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jan 16, 2025
1 parent ec03b83 commit 1b5b6a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 308 deletions.
Empty file.
308 changes: 0 additions & 308 deletions src/edutap/wallet_google/_vendor/google_pay_token_decryption.py

This file was deleted.

7 changes: 7 additions & 0 deletions src/edutap/wallet_google/handlers/validate.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Parts of this module are rewrites and borrows from from https://github.com/yoyowallet/google-pay-token-decryption
The above packages does not fulfill the needs we have here, but was a great starting point.
Copyright is by its original authors at Yoyo Wallet <[email protected]>
This file is under the MIT License, as found here https://github.com/yoyowallet/google-pay-token-decryption/blob/5cd006da9687171c1e35b55507b671c6e4eb513d/pyproject.toml#L8
"""

from ..models.handlers import CallbackData
from ..models.handlers import IntermediateSigningKey
from ..models.handlers import RootSigningPublicKeys
Expand Down

0 comments on commit 1b5b6a1

Please sign in to comment.