We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm looking for a solution to persist many refresh_token by user. Our users are loggin with many devices.
For that, we want to add device_id with the current user_id.
But, store_refresh_token and retrieve_refresh_token are only user_id parameter.
Do you have any ideas for this use case ?
The text was updated successfully, but these errors were encountered:
Is this still relevant? Cleaning out my GH notifications and this one got lost. Sorry about that.
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm looking for a solution to persist many refresh_token by user. Our users are loggin with many devices.
For that, we want to add device_id with the current user_id.
But, store_refresh_token and retrieve_refresh_token are only user_id parameter.
Do you have any ideas for this use case ?
The text was updated successfully, but these errors were encountered: