You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello again.
I just build an custom security for cookie auth (check #665) but when I try to generate the frontend client I get a bundle error.
The problem is that the api-spec is requiring the security module, and the security module implementation uses oslo (which uses native node modules) it is failed to being bundled.
I'm not sure how can I better decouple the api security so it is not part of the generated client.
I tried separating implementation from definition, but I suspect the usage of barrel index files is diminishing my efforts.
Before I continue trying, I want to know if this is a supported scenario or if it was intended for mock/testing/cli
The text was updated successfully, but these errors were encountered:
Hello again.
I just build an custom security for cookie auth (check #665) but when I try to generate the frontend client I get a bundle error.
The problem is that the api-spec is requiring the security module, and the security module implementation uses oslo (which uses native node modules) it is failed to being bundled.
I'm not sure how can I better decouple the api security so it is not part of the generated client.
I tried separating implementation from definition, but I suspect the usage of barrel index files is diminishing my efforts.
Before I continue trying, I want to know if this is a supported scenario or if it was intended for mock/testing/cli
The text was updated successfully, but these errors were encountered: