Nice! You can simplify a bit some pieces with: from fastapi.security.http import HTTPBearer, HTTPBasicCredentials. And then: auth = HTTPBearer().
確定! 回上一頁