vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 1 forks source link

Security Sweep #120

Closed import-pandas-as-numpy closed 1 year ago

import-pandas-as-numpy commented 1 year ago
Robin5605 commented 1 year ago

Why is this auth different than every other endpoint?

We put it there because we just want to check if the user has valid credentials, we don't actually care what those credentials are. They go in the decorator to address this. This page from the FastAPI docs has more information on this.