github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

dsparling / access_token

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Generate and validate simple time-based access token — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

updated documentation and copyright name 
dsparling (author)
Sat Aug 30 14:30:45 -0700 2008
commit  d76a53aa161cde6dc7a2cff2fdeef0da5221d8de
tree    498261392411e4fce8ecc0bce322720acc91cccf
parent  b59eab3f0cdbbfc878a1480372bbb6056365622d
access_token /
name age
history
message
file History.txt Loading commit data...
file License.txt
file Manifest.txt
file PostInstall.txt
file README.txt
file Rakefile
file access_token.gemspec
directory bin/
directory config/
directory lib/
directory pkg/
directory script/
file setup.rb
directory spec/
directory tasks/
directory website/
README.txt
= access_token


== DESCRIPTION:

Generate and validate simple time-based access token

== FEATURES/PROBLEMS:

TODO: Multiple time formats
      1/100th seconds
      Use ARGV for bin script for username and password

== SYNOPSIS:

#!/usr/bin/env ruby
require 'rubygems'
require 'access_token'

username = 'doug'
password = 'secret'

t = AccessToken::Token.new(username, password)
puts t.token

# token should be valid 
puts t.validate(t.token, username, password)? 'valid' : 'not valid'
# token should be valid for 5 seconds 
puts t.validate(t.token, username, password, 5)? 'valid' : 'not valid'
# wait 3 seconds 
sleep 3
# token should be invalid if it's only valid for 2 seconds
puts t.validate(t.token, username, password, 2)? 'valid' : 'not valid'


== REQUIREMENTS:


== INSTALL:

$ sudo gem install dsparling-access_token

or 

$ git clone git://github.com/dsparling/access_token.git
$ cd access_token
$ sudo ruby setup.rb

== LICENSE:

(The MIT License)

Copyright (c) 2008 doug sparling 

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server