Module: Siwe::Util
- Defined in:
- lib/siwe/util.rb
Overview
Utilities functions for the Siwe library
Class Method Summary collapse
Class Method Details
.generate_nonce ⇒ Object
10 11 12 |
# File 'lib/siwe/util.rb', line 10 def generate_nonce SecureRandom.alphanumeric(16) end |