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
79 stars 6 forks source link

`User` must have an UUID as (externally exposed) id #2

Closed dxps closed 1 year ago

dxps commented 1 year ago

Currently, a i64 (the internal id, database generated) is being exposed in the token. For security purposes, a globally unique must be exposed to the outside world.

dxps commented 1 year ago

Postponed. It's just a nice to have thing. There is no route / API operation where this is relevant.