Hi @ismcagdas,
Thank you for your findings. We will check it.
hi @m.aliozkaya, @ismcagdas,
any findings you can share with us? as of now I put a code that will force saving of AbpUserTokens on the database.
thanks
hi @m.aliozkaya, @ismcagdas,
Any update on this. Any feedback is appreciated thanks.
Hi @m.aliozkaya,
Hi sorry about that. Ill compile our migrations files then will send it to you. Ill create a single migration file. You can disregard the existing migration files.
Thanks,
Hi m.aliozkaya I just sent a copy of source code on [email protected].
Thanks in advance
hi @ismcagdas,
I'll share it to you via email. May I know your email address.
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
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.
We have multitenant setting with different database and multi instance on our production. We are not able to save token validity on database using AddTokenValidityKeyAsync method.
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.