fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Actually detect version mismatches #100

Closed matheus23 closed 2 years ago

matheus23 commented 2 years ago

Even though we've updated the auth lobby to webnative version 0.30.0, the version checks implemented don't actually get run, because the auth lobby is using the file system directly (i.e. FileSystem.fromCID), and thus circumvents the checkFileSystemVerion check.

This PR

The current staging shouldn't land on production. With this PR I think it could be ready :)