membermatters / MemberMatters

An open source membership, access and payments portal for makerspaces and community groups.
https://membermatters.org
MIT License
41 stars 23 forks source link

Refactor canvas integration so token is loaded every time instead of on start #142

Closed jabelone closed 2 years ago

jabelone commented 2 years ago

Currently the view controller that instantiates a new instance of our canvas class does so in the root of the module so it only happens on start up. If the canvas api token changes (or is added) it will continue to use the old one until a restart.

jabelone commented 2 years ago

This was actually fixed a while back, and we're now creating a new canvas instance every time!