-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Is there an easy way to handle the scenario of multiple cookies in context and not just the default csrf_token ?
It's regarding an iframe integration scenario that the same frame will be included multiple times in the page and the way the library is now, each frame will overwrite the csrf_token meaning if the 1st form submits then it will have a different token than the latest in the context.
For setting the tokens with different names I've managed to simply append the frameId inside the HandlerFunc but the problem is in the verification step where the context is the same.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels