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

PS4 support #410

Open
1 of 2 tasks
Beyley opened this issue Apr 19, 2024 · 3 comments
Open
1 of 2 tasks

PS4 support #410

Beyley opened this issue Apr 19, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Beyley
Copy link
Member

Beyley commented Apr 19, 2024

Feel free to split these tasks into separate issues, or just solve them both in one PR.

@MindOfBog has offered help here, since they have a modded PS4.

  • Support PS4 digest
  • Support PSN OAuth
@Beyley Beyley added the enhancement New feature or request label Apr 19, 2024
@Beyley Beyley added this to the Feature Parity milestone Apr 19, 2024
@jvyden
Copy link
Member

jvyden commented Apr 19, 2024

Here's all I know about PS4 OAuth:

  • Game sets URL parameter in /login, &oauth=1
  • Body is in this format: <username>:<code>
  • I do not know if there is any way for us to verify this code to legitimately come from that user, there is no signature like NP tickets, and we definitely can't just create our own OAuth application. We will have to use IP authentication.
  • Someone has had this previously working with Refresh. We ended up banning that user for unrelated reasons. We know it's at the very least possible.

@jvyden jvyden pinned this issue Apr 19, 2024
@LBPHaxMods

This comment was marked as off-topic.

@jvyden

This comment was marked as off-topic.

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

No branches or pull requests

3 participants