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

Include user's email in the token, and add an extractor of it #6

Closed dxps closed 1 year ago

dxps commented 1 year ago

This is helpful for cases like #5 where other starting points (such as the user's email, not user's id) are needed.