Description
Creates stable URI-style identifiers for application models so jobs, messages, and APIs can pass references instead of full objects. It is useful in Rails-style applications and background processing.
Global identifiers can reveal model names and record IDs. Treat them as references, not authorization, and always check permissions when resolving them back into objects.