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
In the file /lib/songkick/oauth2/model/authorization.rb
def exchange! self.code = nil self.access_token = self.class.create_access_token self.refresh_token = nil save! end
what is the reason not to generate refresh_token?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the file /lib/songkick/oauth2/model/authorization.rb
what is the reason not to generate refresh_token?
The text was updated successfully, but these errors were encountered: