Closed SpBills closed 3 years ago
v0.1.0 target.
Consumers should not be able to see IDs as it is a widely known security issue.
This should be replaced by a GUID.
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.
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.