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

Rewrite: Implement GrandSlam (GSA) authentication #105

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JJTech0130
Copy link
Owner

@JJTech0130 JJTech0130 commented Jun 3, 2024

This PR is aiming to introduce a very flexible API for authenticating with GrandSlam.
Specifically, it is aimed at use cases for:

  • iMessage
  • Find My
  • iCloud
  • Xcode APIs (SideStore, etc.)

It should support multiple Anisette backends, including:

  • Local AOSKit on macOS
  • Local AOSKit on Windows?
  • Remote "anisette v3" server
  • Remote "anisette v1" server?
  • Local emulation based on Jelly
  • Local emulation based on Provision

Complex Anisette implementations like Jelly should live in a separate repository, and might not be available right away.

Should the optional dependencies for Anisette have a naming convention? Like [anisette-aoskit], [anisette-jelly]? Or simply name their largest dependency like [objc], [jelly]?

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

Successfully merging this pull request may close these issues.

1 participant