Base solution for your next web application

Activities of "maliming"

hi mahendra

But I think the framework will automatically update the cache, you can try it.

https://github.com/aspnetboilerplate/aspnetboilerplate/blob/552c0240c44d9899c1209fb20eb48d35b17d5e54/src/Abp.Zero.Common/Localization/MultiTenantLocalizationDictionaryCacheHelper.cs#L16

https://github.com/aspnetboilerplate/aspnetboilerplate/blob/552c0240c44d9899c1209fb20eb48d35b17d5e54/src/Abp.Zero.Common/Localization/MultiTenantLocalizationDictionaryCacheCleaner.cs#L11

hi @Raj

I successfully integrated it, you can check the discussion above.

if you got a problem, you can create a new question, I will try to help you. : )

hi PangeaGS

Please try add your github user to zero organization, then you can access the link.

https://aspnetzero.com/LicenseManagement

hi @conzepta

I will add some comment to IDesignTimeDbContextFactory

https://github.com/aspnetzero/aspnet-zero-core/pull/3764

Answer

hi kansoftware

There is no sample at the moment, you can try to get help on Google or identity server community.

hi

Can you try to the code of this PR? https://github.com/aspnetboilerplate/aspnetboilerplate/pull/6114

The ConfigureServices method of startup class.

services.PostConfigure<MvcOptions>(mvcOptions =>
{
    mvcOptions.Conventions.RemoveType<AbpAppServiceConvention>();
    mvcOptions.Conventions.Add(new MyAbpAppServiceConvention(services));
});

The MyAbpAppServiceConvention: https://gist.github.com/maliming/b252b1cf23db538769e87f7434945057

hi cangunaydin

I don't think you need to create additional interceptors and attributes. You can continue to use abpauthorize, you need to try to authenticate the second jwt in startup.

app.UseAuthentication();
app.UseJwtTokenMiddleware();
app.UseJwtTokenMiddleware("AssociateBearer");

hi cangunaydin

Can you share a project and steps to reproduce the problem? [email protected]

You can copy your code to the demo project.

Showing 2981 to 2990 of 2993 entries