Skip to content

Support validating api keys in auth.require_user #7

@emgeee

Description

@emgeee

Currently the require_user middleware is only able to check Auth Tokens and not API keys. It would be convenient to either create a separate FastAPI middleware to check validate against an API key that could be used in conjunction with the current require_user or integrate this check into the existing middleware.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions