AnamikaDe8

Results 3 comments of AnamikaDe8

Thanks @alex-kulakov For the reply. Please see below the findings The Types screenshot given below Session.Domain.Types Instance post adding the custom class which implements IAuthenticationService ![image](https://github.com/user-attachments/assets/e823e5f0-df6a-4510-8305-bf513a08b1aa) Session.Services ![image](https://github.com/user-attachments/assets/718a9a94-5533-4222-8b27-a37bf697fc70) The Session.Authenticate...

Hi, We tried public void InitializeSecurity(this Domain domain) { var secConfiguration = new SecurityConfiguration() { HashingServiceName = "servicestack", AuthenticationServiceName = "servicestack" }; domain.Extensions.Set(secConfiguration); } But it seems the hashingservice and...

hi @alex-kulakov , We have successfully implemented the ORM.Config loading of configuration.Please note, an explicit set in extension is required for the loading. Earlier we loaded the Auth and Hash...