Module: RedTokenAuth::SignInOut

Extended by:
ActiveSupport::Concern
Defined in:
lib/red_token_auth/sign_in_out.rb

Instance Method Summary collapse

Instance Method Details

#random_tokenObject



22
23
24
# File 'lib/red_token_auth/sign_in_out.rb', line 22

def random_token
  SecureRandom.hex
end