tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Add CSRF_COOKIE_SECURE to .env.sample file #132

Closed jonespm closed 2 years ago

jonespm commented 2 years ago

During the testing with localhost, we find it is necessary to set "CSRF_COOKIE_SECURE=True" in the .env file.

Need to add CSRF_COOKIE_SECURE entry into the .env.sample file, since the default value is False if missing.

_Originally posted by @zqian in https://github.com/tl-its-umich-edu/canvas-app-explorer/pull/98#discussion_r815044910_