-
Notifications
You must be signed in to change notification settings - Fork 25
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
base: master
Are you sure you want to change the base?
Conversation
method: 'post', | ||
headers: { 'Content-Type': 'application/json' }, | ||
body: JSON.stringify({ | ||
device: { |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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?
Thank you for working on this, can you please add some doc on what this is and how it can be used? |
Done, these methods will be used to authenticate the WebSocket connection which handles the signalling for WebRTC. |
This gtg @extremeheat ? |
No description provided.