Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent e-mails 'Your Apple ID is being used to sign in on the web' #25

Open
WeeJeWel opened this issue Aug 25, 2024 · 2 comments
Open
Assignees

Comments

@WeeJeWel
Copy link

Can these e-mails be prevented? Maybe by persisting the cookies on the filesystem?

@foxt foxt self-assigned this Aug 25, 2024
@foxt
Copy link
Owner

foxt commented Aug 25, 2024

Apple sends these notifications every time a new sign-in session is created. The library does store the trust tokens to the disk (to prevent entering OTP every time), but storing actual session cookies (probably by serialising the entire authStore instead of just the trust token) is something I haven't looked into, as it may complicate session expiry & renewal some more.

@WeeJeWel
Copy link
Author

Does the library currently handle expiry automatically? If so, it should not be a big change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants