Created
May 21, 2017 06:58
-
-
Save samuels410/9f067dc97995269443dd40337fd2cc91 to your computer and use it in GitHub Desktop.
canvas developer key disable refresh token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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