Gughanathan M

Results 8 issues of Gughanathan M

### Description ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Is CRUD MVC related. - [ ] Is Auth, RBAC security related. - [ ] Changes...

There is no way to add a menu link with a different target. This is helpful when we want to include an external application link in the menu, which will...

### Description To customize the button color when the ``single`` parameter is ``True``, you can assign the ``btn_class`` value based on the intended action. ```python @action("delete", "Delete", "Delete all Really?",...

### Description #### Problem Currently, all AdminJS authentication adapters (`@adminjs/express`, `@adminjs/fastify`, `@adminjs/nestjs`) handle logout by destroying the local session and redirecting to the login URL, for example: ```ts router.get('/logout', (req,...

### Description #### Summary This proposal enhances AdminJS's authentication architecture to natively support **multiple, heterogeneous authentication providers** (Default, OAuth, SSO, etc.) configured simultaneously. This requires an update to `AuthenticationOptions` and...

### Description #### Summary Add a `callbackPath` option to `buildAuthenticatedRouter` (and equivalent adapters) to support OAuth 2.0 / OpenID Connect login redirects. #### Problem Currently, `handleLogin()` is only triggered on...

### Description Problem: User permissions were not being validated for related views. As a result, users could access related views even if they did not have the necessary permissions. Fix:...

User permissions were not being properly enforced for **related views**. As a result, users could access related models even if they lacked the necessary permissions. For example, consider the following...