Indices and tables

Getting Started

Changes

v0.4.0

  • Support for role lists (Sakai 10+) thanks to @rickyrem
  • Added several files to distribution (including test data) thanks to @jtriley and @layus
  • Flask app is no longer required to be passed around as it uses current_app
  • Decorators no longer require parameters, i.e. @lti can be used, which defaults to allowing any role access
  • Coursera support was added via the Learner role thanks to @caioteixeira
  • Choosing to allow any role, actually works with any role now. It used to require the role to be in a set of known roles thanks to @velochy
  • Proper URL checking for https was fixed thanks to @velochy