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
It really shouldn't work at all.. CouchDB should stop executing auth handlers once the user_ctx is set and handle_admin_role relies on user_ctx being set beforehand.
We probably should switch this to a wrapped implementation where handle_admin_role wraps whatever auth handlers the administrator specifies. In some ways this would be more flexible.
The text was updated successfully, but these errors were encountered:
There seems to be an issue with how CouchDB parses out the "SpecArg" in an auth handler triple. This may require a workaround to deal with... Using another config option seems fairly obvious, but there's a good amount of code necessary to deal with loading it up, parsing it, and re-parsing it if it ever changes.
It really shouldn't work at all.. CouchDB should stop executing auth handlers once the
user_ctx
is set and handle_admin_role relies onuser_ctx
being set beforehand.We probably should switch this to a wrapped implementation where
handle_admin_role
wraps whatever auth handlers the administrator specifies. In some ways this would be more flexible.The text was updated successfully, but these errors were encountered: