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

Add methods for fetching PlayFab and Minecraft Service tokens #107

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

LucienHH
Copy link
Contributor

No description provided.

method: 'post',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
device: {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is dummy data from an existing request, should we generate our own here?

method: 'post',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
CreateAccount: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same discussion as above, should we expose overrides to these options or leave it?

@extremeheat
Copy link
Member

Thank you for working on this, can you please add some doc on what this is and how it can be used?

@LucienHH
Copy link
Contributor Author

Done, these methods will be used to authenticate the WebSocket connection which handles the signalling for WebRTC.

@LucienHH
Copy link
Contributor Author

LucienHH commented Sep 7, 2024

This gtg @extremeheat ?

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

Successfully merging this pull request may close these issues.

2 participants