Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samuels410/9f067dc97995269443dd40337fd2cc91 to your computer and use it in GitHub Desktop.
Save samuels410/9f067dc97995269443dd40337fd2cc91 to your computer and use it in GitHub Desktop.
canvas developer key disable refresh token
DeveloperKey.all.each do |d|
d.trusted=true
d.force_token_reuse=false
d.auto_expire_tokens=false
d.save!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment