I noticed that all the users that are imported by excel import do not have CreatorUserId populated in Database. This feature is coded in ImportUsersToExcelJob class. CreateUserAsync method did not set CreatorUserId for new user. What's the best way to access userId of user who imported excel file insided of ImportUsersToExcelJob class? AbpSession do not work and throw the following error: Abp.Authorization.AbpAuthorizationException: Current user did not login to the application!
How to integrate AuthO to Angular+ASPnetCore Project which we brought. Can you please provide step by step on how to setup this.