Create Bitcard auth plugin, and switch to it.
commit68eb3abae5ee1bfed6163fcd441d71d38a0f84d8
authorJacob Helwig <jacob@technosorcery.net>
Mon, 2 Jun 2008 04:34:31 +0000 (1 21:34 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Mon, 2 Jun 2008 04:48:27 +0000 (1 21:48 -0700)
treeb84c532d1bde7c8206faf0b26966b7088201dace
parent8e43fdde1970cf382b3127fd03795f17a75c0ac2
Create Bitcard auth plugin, and switch to it.

* Create Jifty::Plugin::Authentication::Bitcard

* Ditch Jifty::Plugin::User, Jifty::Plugin::Authentication::Plugin since
  Bitcard handles all the heavy lifting they did.
etc/config.yml
lib/Jifty/Plugin/Authentication/Bitcard.pm [new file with mode: 0644]
lib/Jifty/Plugin/Authentication/Bitcard/Dispatcher.pm [new file with mode: 0644]
lib/Jifty/Plugin/Authentication/Bitcard/Mixin/Model/User.pm [new file with mode: 0644]
lib/Kamitsukai/Model/User.pm