cap-js-community / feature-toggle-library

SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.
https://cap-js-community.github.io/feature-toggle-library/
Apache License 2.0
5 stars 2 forks source link

Fb/cap feature provider #36

Closed rlindner81 closed 1 year ago

rlindner81 commented 1 year ago

Extend cds-plugin code to be a Feature Vector Provider. For details see https://cap.cloud.sap/docs/guides/extensibility/feature-toggles

swaldmann commented 1 year ago

Remaining points discussed in call

rlindner81 commented 1 year ago

@swaldmann I think you brought up another good point with the mocked-user features. We currently let the req.headers.features take precedence, and I think the same should be the case for those mocked-user features.