-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#146] Issue with the token-per-page support for REST endpoint contai…
…ning path parameters (part 1) * change the logic to return and accept JSON payload for tokens, so that extending the Token Transfer Object will not need manual parsing [#139] Is it really worth making a new request to retrieve the master token to be stored in a variable? * The POST method in JavaScriptServlet can be used exclusively for querying page tokens because: ** the JavaScript logic only invokes it if the token-per-page functionality is enabled, so there is no need to return the master token in that case. ** if used token rotation is enabled, the new master token is returned in the response header
- Loading branch information
1 parent
bb65071
commit 3e19915
Showing
3 changed files
with
46 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters