Grokbase
Topics Posts Groups | in
x
[ help ]

Tom Cocca (t...@bostonlogic.com)

Profile | Posts (1)

User Information

Display Name:Tom Cocca
Partial Email Address:t...@bostonlogic.com
Posts:
1 total
1 in Typo

2 Most Recent

1) Tom Cocca Re: [typo] Typo Integration with existing application
| +1 vote
This is a multi-part message in MIME format. Content-Type: multipart/alternative;...
Typo
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
This is a multi-part message in MIME format.
--===============0122760437==
Content-Type: multipart/alternative;
boundary="------------080501030406020603060403"

This is a multi-part message in MIME format.
--------------080501030406020603060403
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Thank you Kevin.

Unfortunately I already have the whole account system working.  I was 
wondering more if there was like an authentication API for typo?  
basically to integrate my current login and the Typo login together.  If 
this isn't the best option I would love to hear other options to getting
this done.  The main goal is to not have to make users log in twice on 
the one site.

Thanks again,
~ Tom

Kevin Williams wrote:
> Just a brain dump here, my apologies if this is not welcome.
>
> It sounds like a simple single-sign-on behavior would be useful here.
> I'm thinking of OpenID[1] and OAuth[2] here.
> I've been meaning to dig deeply into OAuth but haven't gotten around
> to it. It seems like Typo having the option of being an OAuth provider
> could be cool. In your case, it sounds like you would need your
> existing site to be the OAuth provider and Typo to be the OAuth
> consumer. Then again, I really don't know anything about OAuth so I
> could be waaayy off here.
>
> I hope that's helpful, but I doubt it. :)
>
> [1] http://openid.net/
> [2] http://oauth.net/
>
>
> On Tue, Mar 18, 2008 at 8:58 AM, Tom Cocca <tcocca@bostonlogic.com> wrote:
>   
>> Hello,
>>
>> I am thinking about using Typo as a blog for my existing site. My
>> question is, in my current rails site I already have an authentication
>> system, acts_as_authenticated, is there anyway to integrate this login
>> with Typo so that users do not have to log into the blog separately?
>>
>> Has anyone installed the type of a system before? Also, with
>> acts_as_authenticated I am also using the authorization plugin to give
>>  roles to users.
>>
>> Any ideas? Thank you all for your time and I apologize if you have
>> answered this before but my searches didn't yield any results in this topic.
>>
>>  Thanks,
>>  ~ Tom Cocca
>> _______________________________________________
>>  Typo-list mailing list
>>  [email protected: Typo...@rubyforge.org]
>> http://rubyforge.org/mailman/listinfo/typo-list
>>
>>     
>
>
>
>   


--------------080501030406020603060403
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thank you Kevin.  <br>
<br>
Unfortunately I already have the whole account system working.  I was
wondering more if there was like an authentication API for typo? 
basically to integrate my current login and the Typo login together. 
If this isn't the best option I would love to hear other options to
getting this done.  The main goal is to not have to make users log in
twice on the one site.<br>
<br>
Thanks again,<br>
~ Tom<br>
<br>
Kevin Williams wrote:
<blockquote
cite="mid:683a886f0803181142m53fa0b44s6c80882cf11f3262@mail.gmail.com"
type="cite">
<pre wrap="">Just a brain dump here, my apologies if this is not welcome.

It sounds like a simple single-sign-on behavior would be useful here.
I'm thinking of OpenID[1] and OAuth[2] here.
I've been meaning to dig deeply into OAuth but haven't gotten around
to it. It seems like Typo having the option of being an OAuth provider
could be cool. In your case, it sounds like you would need your
existing site to be the OAuth provider and Typo to be the OAuth
consumer. Then again, I really don't know anything about OAuth so I
could be waaayy off here.

I hope that's helpful, but I doubt it. :)

[1] <a class="moz-txt-link-freetext" href="http://openid.net/">http://openid.net/</a>
[2] <a class="moz-txt-link-freetext" href="http://oauth.net/">http://oauth.net/</a>


On Tue, Mar 18, 2008 at 8:58 AM, Tom Cocca <a class="moz-txt-link-rfc2396E" href="mailto:tcocca@bostonlogic.com"><tcocca@bostonlogic.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

 I am thinking about using Typo as a blog for my existing site.  My
question is, in my current rails site I already have an authentication
system, acts_as_authenticated, is there anyway to integrate this login
with Typo so that users do not have to log into the blog separately?

 Has anyone installed the type of a system before?  Also, with
acts_as_authenticated I am also using the authorization plugin to give
roles to users.

Any ideas? Thank you all for your time and I apologize if you have
answered this before but my searches didn't yield any results in this topic.

Thanks,
~ Tom Cocca
_______________________________________________
Typo-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Typo-list@rubyforge.org">Typo-list@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/typo-list">http://rubyforge.org/mailman/listinfo/typo-list</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
<br>
</body>
</html>

--------------080501030406020603060403--

--===============0122760437==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Typo-list mailing list
[email protected: Typo...@rubyforge.org]
http://rubyforge.org/mailman/listinfo/typo-list
--===============0122760437==--
2) Tom Cocca [typo] Typo Integration with existing application
| +1 vote
Hello, I am thinking about using Typo as a blog for my existing site. My question is, in my current...
Typo
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hello,

I am thinking about using Typo as a blog for my existing site.  My 
question is, in my current rails site I already have an authentication
system, acts_as_authenticated, is there anyway to integrate this login
with Typo so that users do not have to log into the blog separately?

Has anyone installed the type of a system before?  Also, with 
acts_as_authenticated I am also using the authorization plugin to give
roles to users.

Any ideas? Thank you all for your time and I apologize if you have
answered this before but my searches didn't yield any results in this topic.

Thanks,
~ Tom Cocca
_______________________________________________
Typo-list mailing list
[email protected: Typo...@rubyforge.org]
http://rubyforge.org/mailman/listinfo/typo-list

spacer
Profile | Posts (1)
Home > People > Tom Cocca