supertokens / supertokens-golang

GoLang SDK for SuperTokens
https://supertokens.com
Other
115 stars 34 forks source link

feat: Added network interceptor hook #386

Closed IamMayankThakur closed 10 months ago

IamMayankThakur commented 10 months ago

Summary of change

Added network interceptor hook. This can be used to capture/modify all the requests sent to the core.

Related issues

Test Plan

Added unit test to test the flow. Further unit tests may need to be added to test the flow when the request object is modified.

Documentation changes

Checklist for important updates

Remaining TODOs for this PR