apache / apache/infrastructure-asfquart
Why is it necessary to check session class for mfa and not elsewhere?
Open
invalid
- Dominant language
- Python
- Stars
- 7
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
mfa_enabled() checks the session class:
https://github.com/apache/infrastructure-asfquart/blob/e302f3c5f6b1a77dbb27bd070e42c4767bef6911/src/asfquart/auth.py#L25
but the other methods do not, e.g. for member():
https://github.com/apache/infrastructure-asfquart/blob/e302f3c5f6b1a77dbb27bd070e42c4767bef6911/src/asfquart/auth.py#L36
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.