opaque_id 1.3.0
OpaqueId provides a simple way to generate unique, URL-friendly identifiers for your ActiveRecord models. Uses rejection sampling for unbiased random generation, ensuring perfect uniformity across the alphabet. Prevents exposing incremental database IDs in URLs and APIs.
Gemfile:
=
インストール:
=
Runtime依存関係 (2):
activerecord
>= 8.0
activesupport
>= 8.0