Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth #1021

Closed
KamWithK opened this issue Dec 27, 2024 · 2 comments
Closed

Auth #1021

KamWithK opened this issue Dec 27, 2024 · 2 comments

Comments

@KamWithK
Copy link

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?

@KamWithK
Copy link
Author

Looks like this isn't a thing yet

Partially related to #466

@KamWithK
Copy link
Author

Oooops this is actually a duplicate of #420 my bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant