We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/nicferrier/elnode/blob/master/elnode-wiki.el#L148
this code just checks the cookie, it doesn't check that the cookie is still valid. we need a new function authenticated-p that checks the cookie.
I guess that the authenticated-p function needs to be aware of the authentication scheme because it might not be cookie checking.
The text was updated successfully, but these errors were encountered:
Not a critical bug I think... if you try and edit the authentication will be checked properly.
Sorry, something went wrong.
nicferrier
No branches or pull requests
https://github.com/nicferrier/elnode/blob/master/elnode-wiki.el#L148
this code just checks the cookie, it doesn't check that the cookie is still valid. we need a new function authenticated-p that checks the cookie.
I guess that the authenticated-p function needs to be aware of the authentication scheme because it might not be cookie checking.
The text was updated successfully, but these errors were encountered: