flemingcaleb/InfraBot

Change database schema and calls to not include a verification token

Opened this issue · 0 comments

When designing the database schema I made a faulty assumption that the verification token was different for each workspace. This is not the case and the code can be substantially simplified by removing any code related to storing and retrieving the verification code. The verification itself was changed in 162d0fe, so this is a low priority but needs to happen in the future.