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
asab/asab/web/auth/service.py
Line 135 in 476bbbd
_prepare_dev_user_info() is preparing self.DevUserInfo - but internally it reads self.DevUserInfo ... (Fix dev userinfo validation #489)
Also, the relation between enabled=no and dev_mode has to be revisited. (Merge enabled and dev_mode config switch #492)
enabled=no
dev_mode
enabled
The text was updated successfully, but these errors were encountered:
byewokko
Successfully merging a pull request may close this issue.
asab/asab/web/auth/service.py
Line 135 in 476bbbd
_prepare_dev_user_info() is preparing self.DevUserInfo - but internally it reads self.DevUserInfo ... (Fix dev userinfo validation #489)
Also, the relation between
enabled=no
anddev_mode
has to be revisited. (Mergeenabled
anddev_mode
config switch #492)The text was updated successfully, but these errors were encountered: