CsrfGuard.getSessionKey() replacement? #102
-
We are moving from the It looks like the following methods were also removed:
I found this question when the discussion was hosted over on Google Groups, but no real answer to the question. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
ok, from what I can tell the following is the migration path:
|
Beta Was this translation helpful? Give feedback.
-
Hello @rdifrango,
|
Beta Was this translation helpful? Give feedback.
-
@forgedhallpass thank you for your answer, the issue is that I'm using the Java code NOT JavaScript and those interfaces 100% changed thus it isn't/wasn't seamless.
These are the methods that have been removed from Now as mentioned and sort of following those answers (though they didn't match my search) I mapped them to the |
Beta Was this translation helpful? Give feedback.
-
Well, As to usage, I'm going to ask the team I'm working with why they used I'll also add that they also used |
Beta Was this translation helpful? Give feedback.
-
Good choice here (and something that we are doing as well):
I hear you on usage, but if it's not to be used, package protected and/or private should be used to prevent unintended usages :) And I'll be honest; I'm just helping this team out so I have no idea why they used |
Beta Was this translation helpful? Give feedback.
Hello @rdifrango,
The migration should be seamless once you use the updated
csrfguard.js
file, thecsrfguard.properties
and the right dependencies, as stated in the readme.Normally you shouldn't (need to) care about the internal workings of the solution. Could you maybe give some context on what do you want to achieve?
GitHub discussions are favored over Google Groups.
Have you seen my answers on the discussions below?