a52af1503f
Fixes PLAT-991 Test plan: - Run through an OAuth flow in the usual manner with a given developer key - Run through it again, this time giving replace_tokens=1 to the call to /login/oauth2/token - Ensure that the old token was nuked and only the new one remains - Set replace_tokens to true on the developer key you're using - Run through the OAuth flow again, without giving replace_tokens=1 to /login/oauth2/token, and ensure that the old token was once again nuked Change-Id: Id2b40bfd16918ab3d0852dabc13ed7b500277dc9 Reviewed-on: https://gerrit.instructure.com/52286 Reviewed-by: Brad Humphrey <brad@instructure.com> QA-Review: August Thornton <august@instructure.com> Tested-by: Jenkins Product-Review: Alex Boyd <aboyd@instructure.com> |
||
---|---|---|
Gemfile.d | ||
app | ||
bin | ||
client_apps | ||
config | ||
db/migrate | ||
doc | ||
docker-compose | ||
gems | ||
guard | ||
lib | ||
public | ||
script | ||
spec | ||
.bowerrc | ||
.dockerignore | ||
.fontcustom-manifest.json | ||
.gitignore | ||
.i18nignore | ||
.jshintrc | ||
.rubocop.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
Gemfile | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
bower.json | ||
code_of_conduct.md | ||
config.ru | ||
docker-compose.yml | ||
karma.conf.js | ||
package.json |
README.md
Canvas LMS
Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.
Please see our main wiki page for more information
Installation
Detailed instructions for installation and configuration of Canvas are provided on our wiki.