You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When authentication is successful, we generate a token that is intended to be used to keep a session. We should look at consul's session API and see how to use it to implement node sessions on the master:
Requirements:
We can create a session for a node after successfully authenticating
We can delete a session after it disconnects
We can expire the session after some interval
We can reset the session expiry to refresh a session
The text was updated successfully, but these errors were encountered:
When authentication is successful, we generate a token that is intended to be used to keep a session. We should look at consul's session API and see how to use it to implement node sessions on the master:
Requirements:
The text was updated successfully, but these errors were encountered: