Need a way to force recreation of a specific session #177263
Labels
api
api-proposal
authentication
Issues with the Authentication platform
feature-request
Request for new features or functionality
So in API Sync yesterday, @joyceerhl brought up a really good point on my getSessions API proposal… the issue is that it is possible to get back all of these accounts, but there is no way to say that a specific account is bad.
Currently we have this:
but that only forces recreation of the session for the account that has preference and doesn’t allow for specifying a specific account to recreate… so with that, we have a couple ideas:
or
or even
one of which will then go here:
and will take the user through the flow to create a new session for the account and scopes provided.
Some helpful dts links:
The text was updated successfully, but these errors were encountered: