-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
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
Labels
No labels