serverpod_auth_migration_server library
Classes
- AuthMigrationConfig
- Configuration options for the account migration.
- AuthMigrations
-
Collection of helpers to migrate from
serverpod_authto 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_authUserInfohas been migrated to aserverpod_auth_userAuthUser.