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

Access token protection proof of concept #24

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

modmuss50
Copy link
Member

A proof of concept for access token protection, this works by proxying all of the auth related APIs via the host process. The game process only has a randomly generated access token that gets replaced by the proxy. Currently disabled as I have not looked at the requests the game makes in deatails to see if its leaked elsewhere, or if there are any other tokens that need to be replaced. I would also like to look at using a self signed SSL cert but as far as I know there isnt a major concern without one.

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