mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-28 22:33:15 -05:00
Credentials migrators are verified synchronously before the async migration is queued (CredentialsChecker). Routes live on v2 only; the listener learns the migrator via a route-free RegisterMigratorForEvents, which the oauth v2 registrar uses as well. Shared status/migrate registration moved to migration_shared.go.