How to integrate Userauth and UserauthDetail with my tables

Please refer to the original answer on different ways of extending Auth Tables

The Register DTO’s are concrete DTO’s which can’t be extended.

Since RegisterService.cs is just a single class you can instead use your own copy of RegisterService, customized with all the additional fields you would like to add which you would then use instead of ServiceStack’s built-in Register Service.