serverpod_auth_migration_server library

Classes

AuthMigrationConfig
Configuration options for the account migration.
AuthMigrations
Collection of helpers to migrate from serverpod_auth to the new packages.
Endpoints
MigratedUser
MigratedUserAttachRowRepository
MigratedUserInclude
MigratedUserIncludeList
MigratedUserRepository
MigratedUserTable
MigratedUserUpdateTable
Protocol

Typedefs

UserMigrationFunction = Future<void> Function(Session session, {required UuidValue newAuthUserId, required int oldUserId, Transaction? transaction})
Callback to be invoked when a serverpod_auth UserInfo has been migrated to a serverpod_auth_user AuthUser.