REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 497 B
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/backend/utils/auth/default-auth-provider.js
Text
Base64
import { BaseAuthProvider } from './base-auth-provider.js'; // eslint-disable-next-line @typescript-eslint/no-empty-interface export class DefaultAuthProvider extends BaseAuthProvider { constructor({ authenticate }) { super(); this.authenticate = authenticate; } async handleLogin(opts, context) { const { data = {} } = opts; const { email, password } = data; return this.authenticate({ email, password }, context); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
base-auth-provider.js
2.91 KB
lrw-r--r--
2026-02-28 00:31:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default-auth-provider.js
497 B
lrw-r--r--
2026-02-28 00:31:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
84 B
lrw-r--r--
2026-02-28 00:31:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).