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
Describe the bug auth doesn't seem to be used in p2p branch, only cookie_file.
Moreover the original plan was to turn use of cookie into hard error with a nice message before removing it entirely.
Do we still want to do that? I think it'd be nicer for at least one release.
To Reproduce
Steps to reproduce the behavior:
git checkout p2p
vim src/config.rs
/auth
"Pattern not found: auth"
Expected behavior auth is used instead of cookie if specified (error if both are specified).
Additional context
Was just thinking about turning it into hard error in 0.9 - looks like we're thinking the same here.
The text was updated successfully, but these errors were encountered:
Describe the bug
auth
doesn't seem to be used inp2p
branch, onlycookie_file
.Moreover the original plan was to turn use of
cookie
into hard error with a nice message before removing it entirely.Do we still want to do that? I think it'd be nicer for at least one release.
To Reproduce
Steps to reproduce the behavior:
git checkout p2p
vim src/config.rs
/auth
Expected behavior
auth
is used instead of cookie if specified (error if both are specified).Additional context
Was just thinking about turning it into hard error in 0.9 - looks like we're thinking the same here.
The text was updated successfully, but these errors were encountered: