HTTP Basic auth problem
- 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
Assessment
This issue has not been assessed yet.