Base solution for your next web application

Activities of "ignasiclos"

This is my implementation :

Where

Without my modification, open date becomes a Js date and not a luxon date anymore.

Great, thanks!

Thanks a lot

That makes sense. Thank you

I have the appservice 1 that need permission A, that needs to call the appservice 2 that needs permission B. User calling appservice 1 has permission A, but not B :

appservice1.doit(){

var ret = appservice2.dothat(); <- Need permission B

}

Answer

Great! Thanks.

Hi @ismcagdas,

EvoPdf offers some ways of authentication, but not with token. I've made it by creating creating routes without guard in the angular application, an protecting them with a single use token, included in the url to print by the pdf engine.

Thanks

Thanks, not sure if this solves my problem.

I don't need to access a controller anonymously, but be able to access a view of the application without beign authenticated. I mean, the pdf printer engine need as a parameter the url of the page to be printed, and because this is a background process I cannot authenticate it.

I made it by inserting a new RequestCultureProvider :

That returns the tenant default language when user is null and tenant is not null

The tenants has their default language set correctly.

What I need is that the application is served by default in the tenant default language, instead of the browser.

Showing 11 to 20 of 22 entries