Aktivity „Anjali_Musmade“

Odpoveď

Hi,

These are the steps to integrate SignalR in the ABP Commercial -> https://docs.abp.io/en/abp/latest/SignalR-Integration, Need to install Volo.Abp.AspNetCore.SignalR package within your app.

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?

Odpoveď

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

Odpoveď

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

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