Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "ajayak"

I'm changing the tenant change component and replacing with a simple text input component to accept tenant name on login component.

I see that the tenant change component is at account.component level. Is the tenant Id used at anywhere else than login component in the account module?

Is there any documentation that provides steps to add a payment gateway?

I want to replace PayPal with Stripe :)

Hi,

As a tenant admin, I want to switch to a better edition of app. When I goto Subscription page, I only see 1 edition which is selected by admin while creating the tenant admin account.

How can I choose another edition?

How can I get instance of EditionManager in DefaultEditionCreator class?

Hi,

I am integrating AspNetZero Core app with 3rd party app. For Auth, the only option available is to send jwt token to the external service which will return the token back to me after integration.

Now, I need to verify which user made the request. I have the jwt token as a method argument(query string). How can I exchange this token for User object or how can I make sure that this token is generated by my app and has not tampered?

Question

Hi,

Is it possible to do partial impersonation API calls? For example, I am logged in with user A and I want to make HTTP requests as user B without logging in as user B from Administration > Users?

Hi,

Is there a way to intercept all the HTTP requests in the angular app to show common loaders?

Hi,

I want to know what is the process followed to create a new release of the solution on Github. The current release is v5.0.6 released on Dec 28, 2017.

I see that issues are assigned to milestones. So when all milestones are completed, a release is triggered? Or is it some other process to generate a build? There must be a systematic way for this :)

Is there any interface similar to ICustomValidate which can be applied to Entity that checks for the entity validation before save/update?

Hi,

I want to allow an AppService either to be consumed Permission1 OR permission2. How can I do so using

[AbpAuthorize]

?

Showing 51 to 60 of 93 entries