Need Authentication Source

Hi there,
This is my first post :slight_smile:
I’ve read Agile and Rails Recipes book. Now i’m learning on making a
good authentication system and as i read this maillist archive, i’m
interested to have a demo source code (any .sit or .zip .tgz .bz2 would
be fine, i’m using tiger 10.4.5) for Security Model by Bruce P. or
any other demos (like a part of Ezra’s review system is it free?) or
acts_as_whatever / plugin or login engine or anything. I want to dive
more deeply to many available authentication systems without having to
follow along the tutorials one by one as i’ve read them all. I heard
members here are so friendly, any of you can send the demo source to my
email : [email protected]
Thank you very much for helping me to get closer to rails and to be a
part of the friendly rails community.

Cheers,

Dawn Taylor
dawntayl (at) gmail (dot) com

On Mar 3, 2006, at 7:14 AM, Dawn Taylor wrote:

follow along the tutorials one by one as i’ve read them all. I heard

Hi Dawn-

Can you please clarify what you are asking for exactly? I am not

certain what you need. you have seen the different login systems out
there and want an example app code that uses one of them? Or you are
looking for suggestions about which ones to use? If you can clarify a
bit then we can help.

Cheers-
-Ezra Z.
Yakima Herald-Republic
WebMaster

509-577-7732
[email protected]

Ezra Z. wrote:

Can you please clarify what you are asking for exactly? I am not 

certain what you need. you have seen the different login systems out
there and want an example app code that uses one of them? Or you are
looking for suggestions about which ones to use? If you can clarify a
bit then we can help.

Hi Ezra
No, I’m not looking for suggestions about which ones to use.
What I need = source code files from many existed tutorials available
out there. From basic to advanced. Perhaps many railers here have
already tried them so that i don’t have to type/follow it again from a
tutorial to others.

I’m also interested in your login system source code (review system),
not all if it’s not free, only an extracted one or a login part of it.
Is it free?

like:
(review system) yourloginsystem.zip
(dheaven) roleslogin.sit
(plugin) acts_as_whatever_login_example.tgz
(login engine) articleloginengine.tar.bz2
and other login source codes

Sorry for my unclear post. Hope I can see those kinda files in my inbox
from nice guys like y’all. I’d be very grateful if you send them to me
[email protected]
Thank you.

Cheers,

Dawn Taylor
dawntayl (at) gmail (dot) com

Dawn-

I suggest that you try the acts_as_authenticated plugin. Its very

easy to understand once you install it by just reading the code and
coments. To install it just make a new rails app or use one you
already have, cd into the railsapp directory and run these commands:

$ script/plugin discover

#accept the repos from technoweenie

$ script/plugin install acts_as_authenticated.

Then just look at the readme in RAILS_ROOT/vendor/plugins/

acts_as_authenticated to see what you need to do to install
everything. Then just read all the source code that gets put in your
app and it will help you out. Its a great login system thats very
basic so its easy to follow but it works very well.

Cheers-
-Ezra

On Mar 3, 2006, at 11:34 PM, Dawn Taylor wrote:

out there. From basic to advanced. Perhaps many railers here have
(plugin) acts_as_whatever_login_example.tgz

Dawn Taylor
dawntayl (at) gmail (dot) com


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

-Ezra Z.
Yakima Herald-Republic
WebMaster

509-577-7732
[email protected]