README.md in dce_lti-0.2.0 vs README.md in dce_lti-0.3.0

- old
+ new

@@ -53,10 +53,14 @@ ### Basic attributes Most basic attributes are configured via ENV. See the generated `config/initializers/dce_lti_config.rb` file. +`lti.copy_launch_attributes_to_session` is an array of symbols that allows you +to define attributes to copy to the rails session from the tool provider after +a successful launch. See `config/initializers/dce_lti_config.rb` for more info. + ### X-Frame Options We install a config file that removes `X-Frame-Options` by default to allow your application to be embedded in an `iframe`. Feel free to edit this file if you'd like to lock down `iframe` policies. @@ -141,10 +145,11 @@ than 6 hours. You should probably run this in a cron job every hour or so. You can also just invoke `DceLti::Nonce.clean` on your own. ## Contributors -* Dan Collis-Puro - @djcp +* Dan Collis-Puro - [djcp](https://github.com/djcp) +* Rebecca Nesson - [rebeccanesson](https://github.com/rebeccanesson) ## License This project is licensed under the same terms as Rails itself.