issues
search
viur-framework
/
viur-core
The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13
stars
14
forks
source link
fix: @access-decorator
#1257
Closed
phorward
closed
2 months ago
phorward
commented
2 months ago
"root" is always allowed to pass
the set().difference() method check didn't work as expected, therefore changed to an all(a in user["access"]) check.