Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed link non-public document.

...

Status: Draft | Discussion | Active | Dropped | Superseded

Superseds: Google Doc  N/A 

Related: N/A

Problem

Currently, when a user is authenticated into Geode, the credentials remain active in the server until user logs out or the client's cache is closed. However, in the token-based authentication scenario, credentials can expire when a client is still actively connected to the server, so we need a way to have the server reject further operations from the client when credential expires and notify the client to re-authenticate. 

...