Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Hey::heyPass 1.09

    Download button

    No screenshots available
    Downloads: 251  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dusty Wilson | More programs
    Perl Artistic License / FREE
    March 21st, 2007, 12:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Hey::heyPass description

    Hey::heyPass is a Perl interface with heyPass Centralized Authentication System.

    SYNOPSIS

    # To send a user to login:
    use Hey::heyPass;
    $heyPass = Hey::heyPass->new($yourSiteId, $yourSiteKey);
    $login = $heyPass->beginSession({
    successUrl => "http://$ENV{HTTP_HOST}/loginSuccess.cgi?sessionId=%s",
    failureUrl => "http://$ENV{HTTP_HOST}/loginFailure.cgi?sessionId=%s",
    cancelUrl => "http://$ENV{HTTP_HOST}/loginCancel.cgi?sessionId=%s"
    });
    print "Location: $login->{loginUrl}nn";

    # To logout the user:
    use Hey::heyPass;
    $heyPass = Hey::heyPass->new($yourSiteId, $yourSiteKey);
    $heyPass->endSession($sessionId);

    # To retrieve the session data of the user:
    use Hey::heyPass;
    $heyPass = Hey::heyPass->new($yourSiteId, $yourSiteKey);
    $session = $heyPass->getSession($sessionId);
    use Data::Dumper;
    print Dumper($session);

    Documentation: https://heypass.hey.nu/interface/guestdocs/
    If you want to have a heyPass siteId/siteKey for your application, please check to see if there is an automated way to do this (not yet at time of writing). If there still isn't, contact me (Dusty Wilson ) and I will get you started.

    Product's homepage

    Requirements:

    · LWP::UserAgent
    · XML::Simple
    · Crypt::SSLeay
    · Perl

      


    TAGS:

    heyPass Perl interface | Authentication System | Perl module | Hey::heyPass | heyPass | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM