You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was confusion about where the access code goes in the URL, and in particular what happens if we provide an access code in calls to the Morris web server. It (happily) turns out that our server ignores the access code and the tests work and pass, but that was confusing for some of the students.
We should also say something about reading access codes from etc/access_keys.properties in readAccessKeys(), as well as explaining the need to copy access_keys.properties.sample over to the "secret" version that is ignored by git.
The text was updated successfully, but these errors were encountered:
I think this has changed beyond all recognition by now, especially with the switch to environment variables, so I'm going to close this and we can open a new one if there are issues down the road.
There was confusion about where the access code goes in the URL, and in particular what happens if we provide an access code in calls to the Morris web server. It (happily) turns out that our server ignores the access code and the tests work and pass, but that was confusing for some of the students.
We should also say something about reading access codes from
etc/access_keys.properties
inreadAccessKeys()
, as well as explaining the need to copyaccess_keys.properties.sample
over to the "secret" version that is ignored bygit
.The text was updated successfully, but these errors were encountered: