View Source Pow.UUID (Pow v1.0.29)
Module to generate UUID binary.
The token generation code is pulled from https://github.com/elixir-ecto/ecto/blob/v2.2.10/lib/ecto/uuid.ex#L1, and is under Apache 2 license.
Link to this section Summary
Functions
Generates a UUID binary.
Link to this section Functions
@spec generate() :: binary()
Generates a UUID binary.