adminjs-expressjs icon indicating copy to clipboard operation
adminjs-expressjs copied to clipboard

This is an official AdminJS plugin which integrates it to expressjs framework.

Results 22 adminjs-expressjs issues
Sort by recently updated
recently updated
newest added

![admin express errror](https://github.com/SoftwareBrothers/adminjs-expressjs/assets/46525891/03e27a30-28a8-4336-8080-7ecb2fb5015a) I fixed the error by adding "require" field to the "exports" field in package.json.

After changing the root path to "" the login redirect breaks and is stuck with the message "Found. Redirecting to"

I've tried implementing the example of an authenticated router provided [here](https://docs.adminjs.co/installation/plugins/express) but I am running into an error message. I have changed to use my DB_URI and I am able...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

When logging in the handler redirects to `req.session.redirectTo`, but this is no longer happening because it's not being set by the protected routes handler anymore. Related discussion https://github.com/SoftwareBrothers/adminjs-expressjs/pull/81

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.10.15 to 5.13.15. Changelog Sourced from mongoose's changelog. 5.13.15 / 2022-08-22 fix: backport fix for CVE-2022-2564 #12281 shubanker docs: fix broken link from findandmodify method deprecation #11366...

dependencies

Just noticed that there is no try-catch blocks around [`await auth.authenticate(email, password, context)`](https://github.com/SoftwareBrothers/adminjs-expressjs/blob/90b884643b3a4e8bcb90897c11ccb0e4d989d087/src/authentication/login.handler.ts#L94) so due to the nature of express if that function throws - whole node process dies. Question...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies