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

[Question] How to remove session token from PlayFabClient? #115

Open
pentabyte-jasonyuan opened this issue Feb 15, 2022 · 1 comment
Open

Comments

@pentabyte-jasonyuan
Copy link

I want to implement a logout feature in my game client, where the SessionToken is cleared from the program and the user would return to the login page. However, I can't seem to find in the documentation for this SDK anything on how to clear stored credentials from the client without needing to exit the program entirely.

It seems that the C# SDK has a ForgetAllCredentials() function that does this task. Is there an equivalent on the NodeJS SDK?

@pgilmorepf
Copy link
Contributor

It's not present currently, but it's a valid feature request.
This SDK is built with our SdkGenerator. If you send a PR that adds this feature, to the generator, we can review and accept it.

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

No branches or pull requests

2 participants