tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Can AdminUser guard return a 403 instead of a 401? #52

Open SpootDev opened 2 years ago

SpootDev commented 2 years ago

Is this an option?

tvallotton commented 2 years ago

Sorry for answering so late but yes, this will be fixed for the next release.

SpootDev commented 2 years ago

Nice! Thanks.