Logout for URL-based authentication and validity duration of authentication hash
AnsweredIn case of Cookie-based authentication, there is a way to log out (POST /api/cookieLogout). I was wondering if there is any way to log out in case of URL-based authentication so that after log out the authentication hash(auth_digest) become invalid and can not use in REST API calling.
Also, I have another question, after generating a new auth_digest, how long the auth_digest remain valid for making REST calls. If a auth_digest become invalid, can we renew that auth_digest or we need to create a new auth_digest always.
-
I am still looking forward to hear any updates on the above queries. Any help will be highly appreciated.
0 -
Hello Anirban,
There is no specific way to logout in this case. Just closing the network session from the client side is an option.
0
Please sign in to leave a comment.
Comments
2 comments