Phong
Phong
- ABP Framework Version: 5.3.4 - Database Provider: EF Core Can I change the default name of the policy? If yes, how should I do it? Example: `AbpIdentity.Roles.Create` -> `MyDomain.Roles.Creaate`...
### Description In SSR mode, `useSpinDelay` always returns `false` even though `loading` = `true` because `useEffect` is not executed in SSR mode. ### Solution Return the value of the `loading`...
## Description I am writing to report an issue that I am experiencing with the uploaded file version ID. I am unable to retrieve the `versionId` and currently only have...
`scs.New()` automatically invokes `memstore.New()`, which creates a goroutine to handle expired session cleanup. Because `memstore` is the default store, switching to a different store (like gormstore) leaves the memstore goroutine...
### OAuth2-Proxy Version v7.7.1 ### Provider keycloak-oidc ### Expected Behaviour When using the refresh token flow, OAuth2-Proxy should be able to refresh the access token without encountering a nonce mismatch....