issues
search
nci-hcmi-catalog
/
portal
HCMI Searchable Catalog Portal
https://hcmi-searchable-catalog.nci.nih.gov/
BSD 3-Clause "New" or "Revised" License
6
stars
2
forks
source link
🐛 Fix False Positives in Auth Check
#978
Closed
mistryrn
closed
2 years ago
mistryrn
commented
2 years ago
Use
async/await
to ensure User lookup promise evaluates, prevent auth check from returning false positives
Add additional logging around unauthorized requests
async/await
to ensure User lookup promise evaluates, prevent auth check from returning false positives