Skip to content

Auth #1021

@KamWithK

Description

@KamWithK

OpenAPI specs can include authentication, for example the spec I'm using includes this:

        "security": [
          {
            "ApiKey": [],
            "ApiVersion": [],
            "ClientName": [],
            "Password": [],
            "ResponseFormat": [],
            "Salt": [],
            "Token": [],
            "Username": []
          }
        ]

Just wondering whether progenitor can actually somehow generate the authentication code or not? Right now I just get around this manually via a pre hook instead but wanted to know if there was a better way?

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