uniquify icon indicating copy to clipboard operation
uniquify copied to clipboard

Rails5 implemented similar feature.

Open matsubo opened this issue 7 years ago • 1 comments

Please update README to add this. https://github.com/rails/rails/blob/master/activerecord/lib/active_record/secure_token.rb

matsubo avatar Mar 24 '17 01:03 matsubo

Be careful because has_secure_token :token is not checking if the token exists; but of course, it is highly improbable that SecureRandom.base58(24) will return an uuid that already exists

gerardo-navarro avatar Jan 08 '18 17:01 gerardo-navarro