We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9654fe1 commit 90db66aCopy full SHA for 90db66a
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Core/Controllers/TokenAuthController.cs
@@ -65,7 +65,8 @@ public async Task<AuthenticateResultModel> Authenticate([FromBody] AuthenticateM
65
{
66
AccessToken = accessToken,
67
EncryptedAccessToken = GetEncrpyedAccessToken(accessToken),
68
- ExpireInSeconds = (int)_configuration.Expiration.TotalSeconds
+ ExpireInSeconds = (int)_configuration.Expiration.TotalSeconds,
69
+ UserId = loginResult.User.Id
70
};
71
}
72
0 commit comments