-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Given the experimental state of this generator, it would be beneficial to enable external SecurityAuthentication providers via a defaultSecurityAuthentication method on the generated API Classes.
This allows development of SecurityAuthentication classes without impacting the template, making it easier to expand functionality.
This would function similarly to the old typescript method setDefaultAuthentication(auth: Authentication
Describe the solution you'd like
Add a defaultSecurityAuthentication(auth: defaultSecurityAuthentication) method to generated api objects that overrides configured SecurityAuthentications like BearerToken
Additional context
OliverMKingimiller31