- What is your product version? 8.2
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
Hi, just found out that AddTokenValidityKeyAsync method is not saving the token on the AbpUserToken table. May I have some input on why it suddenly stop working?
Thanks.
21 Answer(s)
-
0
Hi,
"This method basically adds the token to user.Tokens list." --- Yes that correct it adds the token to user.Tokens list, but the weird thing it does not reflect on the UserToken table.
" Is it the default usage in TokenAuthController's CreateJwtClaims method ?" --- Yes were using the default CreateJwtClaims with no update on the method.
-
0
hi m.aliozkaya,
Yes already tested it on vanilla version of ANZ 8.2 and its working. Do you have any idea on what possible changes we have made that makes it stop working. The problem is we cannot track the update we have that make it stop working. Any inputs that put us on the right path for debugging the issue is very appreciated thanks.
We have initially have ANZ 7 then update it to 8.2
Thanks
-
0
Hi @mark.montesa
You can send your source code to this email: [email protected]
-
0
Hi m.aliozkaya I just sent a copy of source code on [email protected].
Thanks in advance