dxps / fullstack-rust-axum-dioxus-rwa

A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
MIT License
80 stars 6 forks source link

AppError - `AuthInvalidTokenErr` to be covered by `AuthUnauthorized` #18

Closed dxps closed 1 year ago

dxps commented 1 year ago

In AppError, AuthInvalidTokenErr(String) is kinda artificial and it should be covered by the more generic AuthUnauthorized.