Aktivity „ed_developer2“

hi, No, After 5mins i revisit the page but i was not asked to login. And my Abp version is 7.0.2. Thanks

User revisit on Login Screen to get authenticated again. And Login Page is mvc. And Can you tell us whether our login/logout is coming from Swagger API (backend) is it the right way or the login should be in the frontend only? Thanks

Hello maliming, We have angular integration on frontend. but as ABP, provides the login functionality in backend for that we are using MVC. Can you help us to reduce the remember time to 1hour. After 1Hour if the user revisits the page then he/she will be asked to login again.

Thank you.

Hello, I am trying to reduce duration for which website remembers a user. Currently its set for ever we want to limit it to 1 hour, how can we do it. We tried this approach but didn't work. We tried to configure the authentication cookie in our host module. context.Services.ConfigureApplicationCookie(options => { options.ExpireTimeSpan = TimeSpan.FromSeconds(120); // Set the expiration time to 5 minutes options.SlidingExpiration = false; }); Can you please help me with this.

Hello,

I am trying to change the storage provider from default to file system, for which I am configuring AbpBlobStoringOptions in my HttpApiHost module, And i am storing the path in Abpsettings table and i want to access the path using ISettingProvider, but the problem is I can't Inject ISettingProvider in the constructor because the module requires a parameterless constructor to create the instance. so can you help me with providing a way to retrieve the path from the abpsettings table in my hostmodule.

Thank you.

My requirement is to setup the abp web app in some other domain. And Localhost is working fine and my database is linked with it. But when I try to setup the database according to my requirements, it is not totally syncing with the OpenIddictApplications Table of the separate Database and this is creating me problems to access the data from my database. And I am not even able to Login.


Localhost- Working Fine Domain- Not syncing with the Database Seperate Database

Zobrazených 11 až 16 z 16 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11