MiniToken
Simple token generator for short url and some other things :)
Instalation
gem install mini_token
Example
Generate token with default size MiniToken.output # => “S8hQNy”
Generate token with other size MiniToken.output(9) # => “2u27Jum8Y”
Returning all tokens storaged MiniToken.all # => [:token=>“AcEi87”, :token=>“I8uEy2”]
For truncate the tokens storage MiniToken.truncate_tokens
Copyright
Copyright © 2010 Antônio Roberto Silva. See LICENSE for details.