Make virtual some methods in OrmLiteAuthRepository
It's possibile to make inheritable some methods in OrmLiteAuthRepository class, to allow custom logics?
For example CreateUserAuth, UpdateUserAuth, CreateOrMergeAuthSession, GetPermissions/Role, Has Permission/Roles, etc

All OrmLiteAuthRepository public API’s are now virtual from this commit: https://github.com/ServiceStack/ServiceStack/commit/487a64ee81a46fd5bcbf83a03d6dade5965ca6ed
This change is available from v4.0.43+ that’s now available on MyGet: https://github.com/ServiceStack/ServiceStack/wiki/MyGet
-
AssertNoExistingUser was made protected in this commit: https://github.com/ServiceStack/ServiceStack/commit/75c98c3f3f5577829e6765ec0910f5d3941a0351
This is now available from v4.0.45 on MyGet
Note: easiest way to change visibility is to send a pull request with the proposed change.
-
Anonymous commented
It's possibile to make protected the static method AssertNoExistingUser?