Discussion:
[jifty-devel] Bitcard authentication plugin
Jacob Helwig
2008-06-15 22:45:27 UTC
Permalink
I've been playing around with creating a Jifty authentication plugin
to be able to use Bitcard to handle user accounts. I've something
that's working pretty well for me, so far. Pretty basic, but it
works.

I wanted to make sure I wouldn't be stepping on any toes by uploading
it to CPAN under the Jifty::Plugin::Authentication namespace. Also,
if possible, I'd like to get some input on the plugin as it is so far,
before uploading to CPAN.

It provides the functionality of both Jifty::Plugin::User, and
Jifty::Plugin::Authentication::Password, letting Bitcard.org do all of
the heavy lifting.

The plugin can be downloaded here:
http://technosorcery.net/Jifty-Plugin-Authentication-Bitcard-0.051.tar.gz

Git repo, in case anyone is interested: git clone
http://technosorcery.net/git/jifty-auth-bitcard

Thanks,
Jacob
Jacob Helwig
2008-06-21 05:04:07 UTC
Permalink
Post by Jacob Helwig
I've been playing around with creating a Jifty authentication plugin
to be able to use Bitcard to handle user accounts. I've something
that's working pretty well for me, so far. Pretty basic, but it
works.
I wanted to make sure I wouldn't be stepping on any toes by uploading
it to CPAN under the Jifty::Plugin::Authentication namespace. Also,
if possible, I'd like to get some input on the plugin as it is so far,
before uploading to CPAN.
It provides the functionality of both Jifty::Plugin::User, and
Jifty::Plugin::Authentication::Password, letting Bitcard.org do all of
the heavy lifting.
http://technosorcery.net/Jifty-Plugin-Authentication-Bitcard-0.051.tar.gz
Git repo, in case anyone is interested: git clone
http://technosorcery.net/git/jifty-auth-bitcard
Thanks,
Jacob
Since there have been no objections, or comments, I'm going to go
ahead and upload the module to CPAN as
Jifty::Plugin::Authentication::Bitcard.
Jesse Vincent
2008-06-21 14:20:38 UTC
Permalink
Post by Jacob Helwig
Post by Jacob Helwig
I've been playing around with creating a Jifty authentication plugin
to be able to use Bitcard to handle user accounts. I've something
that's working pretty well for me, so far. Pretty basic, but it
works.
I wanted to make sure I wouldn't be stepping on any toes by uploading
it to CPAN under the Jifty::Plugin::Authentication namespace. Also,
if possible, I'd like to get some input on the plugin as it is so far,
before uploading to CPAN.
It provides the functionality of both Jifty::Plugin::User, and
Jifty::Plugin::Authentication::Password, letting Bitcard.org do all of
the heavy lifting.
http://technosorcery.net/Jifty-Plugin-Authentication-Bitcard-0.051.tar.gz
Git repo, in case anyone is interested: git clone
http://technosorcery.net/git/jifty-auth-bitcard
Thanks,
Jacob
Since there have been no objections, or comments, I'm going to go
ahead and upload the module to CPAN as
Jifty::Plugin::Authentication::Bitcard.
I'm sorry about the lack of comments. What I meant to say was: "+1
This is really cool. Thank you!"

Loading...