maliming
maliming
Thanks, @KaungZawHtet @waghanza We will investigate.
hi We will continue to improve the documentation, and we have samples you can refer to. https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/IdentityServerDemo https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/IdentityServervNextDemo
See https://blog.duendesoftware.com/posts/20201210_community_edition/
Also, see https://github.com/abpframework/abp/issues/7221
I will finish it as soon as possible.
It is still in backlog.
Related: https://github.com/aspnetboilerplate/aspnetboilerplate/pull/3219 We should consider enhancing it.
https://github.com/aspnetboilerplate/aspnetboilerplate/compare/dev...maliming/redisWithoutType If we remove the Type in Redis. This will be **breaking change**. once updated, the previous cache will be invalid. The previous redis cache must be emptied. Should we...
@TingtingAn You can use a common assembly.
Many components of the framework depend on `Newtonsoft`, and it is not easy to switch to other libraries. I remember that Microsoft's `System.Text.Json` is missing some features. I think `Utf8Json...