Rust-CMS / radical

A Rusty Wordpress Replacement.
MIT License
59 stars 7 forks source link

IDs should never be shown to consumers. #28

Closed SpBills closed 3 years ago

SpBills commented 3 years ago

Program Version.

v0.1.0 target.

Problem Description.

Consumers should not be able to see IDs as it is a widely known security issue.

Problem Solutions.

This should be replaced by a GUID.

Other Details.

This GUID should be generated on the backend and returned by the backend. MySQL should not generate this because of its lack of a "RETURNING" clause.

The main purpose behind this is to be able to return some sort of ID to the consumer.