Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added support for sending custom auth token for CTS #232

Merged
merged 3 commits into from
Mar 21, 2023

Conversation

desusai7
Copy link
Contributor

Description

We are adding a new API putAuthToken to accept a string token from the developer, which would actually be passed as an Authentication Header in the requests made to the Client Side Transformation Service, which in turn will pass it as metadata parameter to the user transformation handler function, and then the developer can verify the authenticity of the token in their transformation logic and perform their business logic accordingly

@desusai7 desusai7 self-assigned this Nov 21, 2022
@desusai7 desusai7 added the Work in progress work in progress label Nov 21, 2022
@desusai7 desusai7 marked this pull request as ready for review March 21, 2023 08:14
@desusai7 desusai7 merged commit 4104d98 into feature/deviceModeTransformations Mar 21, 2023
@pallabmaiti pallabmaiti deleted the feat/tokenisationCT branch March 29, 2023 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant