Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.177.538 Times

Catalyst::Plugin::Authentication::Credential::BBAuth 0.03

  Date Added: April 08, 2010  |  Visits: 1.151

Catalyst::Plugin::Authentication::Credential::BBAuth

Report Broken Link
Printer Friendly Version


Product Homepage
Download (105 downloads)



Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => { use_session => 1, # default 1. see C::P::Authentication bbauth => { appid => your appid, secret => your secret, }, }, ); sub default : Private { my ( $self, $c ) = @_; if ( $c->user_exists ) { # $c->user setted } } # redirect BBAuth login form sub login : Local { my ( $self, $c ) = @_; $c->res->redirect( $c->authenticate_bbauth_url ); } # login callback url sub auth : Path(/auth) { my ( $self, $c ) = @_; if ( $c->authenticate_bbauth ) { # login successful $c->res->redirect( $c->uri_for(/) ); } else { # login failed } } This module provide authentication via Yahoo! Browser-Based Authentication, using its api..

Requirements: No special requirements
Platforms: Linux
Keyword: Authentication Bbauth Browser-based Browser-based Authentication C- Catalyst Catalystpluginauthenticationcredentialbbauth Credential Libraries Login Plugin Programming Yahoo
Users rating: 0/10

License: Freeware Size: 3.07 KB
USER REVIEWS
More Reviews or Write Review


CATALYST::PLUGIN::AUTHENTICATION::CREDENTIAL::BBAUTH RELATED
Web Browsers  -  SuluBrowser 1.0
SuluBrowser is a small, simple, easy to use application specially designed to help you offer you a web browser written in C# . It is meant to be a more simple approach to the way people browse the web. SuluBrowser is currently under development...
 
Development Editors  -  Developers IDE 1.0
Developers IDE is an Integrated Development Enviroment (Code Editor) to use Dos based free C/C++ Compilers in a windows enviroment. Developers IDE is easy to use and costs nothing
2.5 MB  
Scientific and Engineering  -  Dap Application 1.0
Dap is a small statistics and graphics package based on C. The user wishing to perform basic statistical analyses is now freed from learning and using C syntax for straightforward tasks, while retaining access to the C-style graphics and...
 
Content Management  -  bluebery for Scripts 1.0
bluebery is an easy-to-use sql/php based content manager that provides php libraries and methods to use in your sites pages with which you can very easily access & print desired items, or an iteration of items that are stored through the bluebery...
102.4 KB  
Modules  -  U More Recent Posts 1.4.1
Based on WordPress core "Recent Posts" widget, this plugin is redesigned to make it possible to navigate more recent posts without refreshing screen.Features * Navigate more recent posts without refreshing screen. * Include/exclude category posts....
81.92 KB  
Libraries  -  C::DynaLib 0.55
C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func =...
35.84 KB  
Libraries  -  C/Invoke 1.0
C/Invoke is a library for connecting to C libraries at runtime. This differs from the typical method of interfacing with C, which involves writing static definitions which are then compiled to a machine-dependant format. C/Invoke provides a...
71.68 KB  
Development Tools  -  Whisper C++ Application Framework 2.0
It's built to take advantage of modern day C++ idioms and standard libraries.
 
Development Tools  -  RSQP Toolbox for MATLAB 1.0
The RSQP Toolbox is developed based on the theory of reduced Hessian successive quadratic programming for large scale optimization.The toolbox is a collection of functions that extend the capability of MATLAB Optimization Toolbox in solving...
358.4 KB  
Multimedia & Graphics  -  Graph3DGL 0.2 Alpha
Graph3DGL is a small, easy to use application designed to offer users a spring-based 3D graph layout tool written using the Java programming language. The rendering process is performed in OpenGL by using the JOGL library. for WindowsXP, Vista, 7
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB