Closed smithsz closed 5 years ago
CHANGES.md
CHANGELOG.md
Use the new CookieTokenManager (see #397) in the cookieauth plugin.
CookieTokenManager
cookieauth
Remove cookie renewal logic from plugin code and use CookieTokenManager instead.
No change.
Update existing tests as follows:
Don't include the cookieauth plugin by default in test clients.
Pass the server URL to the Cloudant client (where required).
Disable auto renewing of cookie session in tests (for easier mocking).
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Use the new
CookieTokenManager
(see #397) in thecookieauth
plugin.Approach
Remove cookie renewal logic from plugin code and use
CookieTokenManager
instead.Schema & API Changes
No change.
Security and Privacy
No change.
Testing
Update existing tests as follows:
Don't include the
cookieauth
plugin by default in test clients.Pass the server URL to the Cloudant client (where required).
Disable auto renewing of cookie session in tests (for easier mocking).