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,
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 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