paperclip
paperclip copied to clipboard
Is there any way of defining cookie auth?
Since there is no equivalent struct in the code for a cookie and it converted to a session struct automatically! Is there any way of defining these type of authentications?
https://swagger.io/docs/specification/authentication/cookie-authentication/
Swagger (OAPI 2.0) does not support cookie authentication, so this will have to wait until we move to OAPI 3.0 😕
Oops, yes, you are right