dingo / dingo/api

HTTP Basic auth problem

Open
#1,386 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
9.4k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

Env:
lumen 5.4
Latest Dingo

I found an issue with problem : no method "onceBasic" in RequestGuard.php

`{
"message": "Call to undefined method Illuminate\\Auth\\RequestGuard::onceBasic()",
"code": 1,
"status_code": 500,
"debug": {
"line": 294,
"file": "/Users/lujunyi/Sites/lumen/vendor/illuminate/auth/AuthManager.php",
"class": "Symfony\\Component\\Debug\\Exception\\FatalErrorException",
"trace": [
"#0 /Users/lujunyi/Sites/lumen/vendor/laravel/lumen-framework/src/Concerns/RegistersExceptionHandlers.php(54): Laravel\\Lumen\\Application->handleShutdown()",
"#1 [internal function]: Laravel\\Lumen\\Application->Laravel\\Lumen\\Concerns\\{closure}()",
"#2 {main}"
]
}
}`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.