Activities of "Anjali_Musmade"

Hi,

Could you please elaborate more about steps to reproduce the issue?

Hi,

The logout doesn't invalidate the access token.it just sign out the currently authenticated user, which involves clearing the authentication cookie and related session data. However, it does not directly deal with revoking access tokens issued by an OpenID Connect.

You can either achieve by a approach is to issue short-lived access tokens. By making access tokens expire relatively quickly, you can achieve a similar effect to revocation. Clients would need to request a new access token using the refresh token or by re-authenticating once the access token expires.

Also please refer to this discussion : https://github.com/openiddict/openiddict-core/issues/191.

Hi,

I am not able to reproduce this is my code. i tried this in 7.2.0 and after i update my project to 7.3.0 version.

can you try to reproduce this on a newly created solution of 7.3.0 version from abp suite?

Hi,

Please try this ->

import { LPX_THEMES, LPX_THEME_STYLES_DEFAULTS, StyleNames } from '@volosoft/ngx-lepton-x';

'@volosoft/ngx-lepton-x' package is a dependency of @volosoft/abp.ng.theme.lepton-x no need to add a package.json it should work { provide: LPX_THEMES, useValue:LPX_THEME_STYLES_DEFAULTS.map(item =>({ ...item, defaultTheme: item.styleName === StyleNames.Light }

Hi,

For making changes in leptonX theme, please try to follow steps shown in this video -> https://www.youtube.com/live/R9CqTtn6Wcg?feature=share&t=1388

please let me know if this helps and if you need any additional details for the same

with regards,

Hi,

Please can you try after deploying this change

Answer

Hi,

Please see this documentation for Audit and entity changed history https://docs.abp.io/en/abp/latest/Audit-Logging

Hi,

yes received, I will check and revert back to you.

Hi,

Please send to this: anjali.musmade@waiin.com

Hi,

can you share the code behind the cookie called : woidurl it seems whenever i remove this i get the undefined. is this something that you have in your project?

Showing 1281 to 1290 of 1341 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55