Browse Source
Merge pull request #22685 from abpframework/auto-merge/rel-9-1/3654
Merge branch rel-9.2 with rel-9.1
pull/22687/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/framework/infrastructure/current-user.md
|
|
|
@ -138,7 +138,7 @@ public class MyAppService : ApplicationService |
|
|
|
{ |
|
|
|
new Claim(AbpClaimTypes.UserId, Guid.NewGuid().ToString()), |
|
|
|
new Claim(AbpClaimTypes.UserName, "john"), |
|
|
|
new Claim("MyCustomCliam", "42") |
|
|
|
new Claim("Claim", "42") |
|
|
|
} |
|
|
|
) |
|
|
|
); |
|
|
|
|