From a Service Provider standpoint, how would you go about ‘permanent’ access to data? without needing to re-authenticate with the server for an access key, instead just allowing the user to allow the service to access their data until it’s removed from the list of allowed consumers?
From a Service Provider standpoint, how would you go about ‘permanent’ access to data?
Share
It’s part of the OAuth specification that users must be able to revoke access whenever they want.