Displaying 20 results from an estimated 30000 matches similar to: "mod_encoding"
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
Version 0.9.2 of the Ruby OpenID library has been released. This latest
release contains a port of the rails LoginGenerator (OpenIDLoginGenerator)
that uses OpenID for authentication.
Read more and download the library:
http://www.openidenabled.com/openid/libraries/ruby/
http://raa.ruby-lang.org/project/openid/
A bit about OpenID:
OpenID is a URL based identity system. An OpenID identity is
2006 Feb 01
0
Ruby OpenID 0.9.4
OpenID is a decentralized URL based identity system. This library
provides a ruby interface for verifying and serving OpenID identities.
More at http://openid.net/
This latest release contains many exciting new features including
server support,
Rails consumer and server examples, and a rails based ActiveRecord store.
Features:
* Easy-to-use API for verifying OpenID identities (OpenIDConsumer)
2007 Jan 24
0
the vendor dir, gems and openid
Dear all,
I am currently developing an application which uses OpenID as a login
system. On my development box everything works like a charm. But as
soon as I deploy the code to our production server things go wrong.
First the OpenID gem could not be located. This made sense as it is not
installed on the production server, so after some browsing it appeared
that I needed:
$ cd
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in
your camping app:
class Login < R ''/login''
def get
this_url = ''http:'' + URL(''/login'').to_s
unless input.finish.to_s == ''1''
# start doing the auth here
begin
2006 Jul 14
0
OpenID immediate mode
Maybe nobody else has tried this, but there''s a problem with immediate
mode in the current release of OpenID. If you use it, you''ll get the
first "complete" response correctly, as OpenID::SETUP_NEEDED, but you''ll
get OpenID::FAILURE when you user returns to your site after typing in
his password and whatever.
The reason is that OpenID''s
2006 Apr 03
3
New software, test site, OpenProfile
I''ve just put a new Ruby On Rails application up for testing at:
<http://rtest.openprofile.net>
Open Profile can be used as a login and user profile module for any Ruby
On Rails application.
Its purpose is to minimize the hassle of joining new web forums (or
anything else on the web that requires you to enter a user name, email
addres, password twice, etc.). If it''s
2007 Aug 16
3
e c30ac536947f7330943f8de9c33f70ef2d5994e7
e, elemental, is a stack for the data web
there are 4 components: earth, air, fire, water
earth is a pure-ruby RDF triple-store, with a fs backend. no dependencies on 3rd party databases, just add filesystem (tm). theres also a ram backend built with the Mongrel URI-classifier trie as the primitive datastructure. from these two it should be easy to extrapolate how to write a memcached/hadoop
2020 Jul 08
1
Dovecot - Xoauth2 - keycloak
Hello,
Still trying to make roundcube / Dovecot works with Keycloak.
Dovecot can't seem to validate the access_token that Roundcube gave.
-----
Jul 08 20:48:05 auth: Debug: http-client[1]: request [Req1: GET
2007 Dec 24
0
Update OpenIdAuthentication to use Ruby OpenID 2.x.x
The new Ruby OpenID library has been released and it has a bunch of
major changes from 1.x.x. This patch updates the OpenIdAuthentication
plugin to use the 2.x.x version.
I wouldn''t usually feel much pressure to upgrade, however the ruby-
openid 1.x.x gem is broken after Ruby Gems 1.0 was released.
I think we should also consider freezing ruby-openid in this plugin so
this type of thing
2006 May 27
2
[Repost] OpenID and my db schema
Hi,
I posted this before, but didn''t get an answer, so I''m trying again.
I''ve recently decided to use OpenID to let users log in to my site
instead of old fashioned account creation. They''ll be able to add a
small amount of personal details (about three things) to their
account, and post messages in the site BB. I have an openid_users
table which stores the
2009 Jul 28
2
Rails on OS X problem
Hi All,
So far I have been unable to get rails working on a 10.5.6 OS X
installation. Every ''rails'' command ends with the following error:
/Library/Ruby/Site/1.8/rubygems.rb:827:in `report_activate_error'':
RubyGem version error: ruby-openid(2.1.7 not ~> 2.0.0)
(Gem::LoadError)
I tried uninstalling and then re-installing ruby-openid, but that
doesn''t help.
2006 May 24
0
OpenID and my schema
Hi,
I''ve recently decided to use OpenID to let users log in to my site
instead of old fashioned account creation. They''ll be able to add a
small amount of personal details (about three things) to their
account, and post messages in the site BB. I have an openid_users
table which stores the personal details in. Obviously I''ve got
validates_uniqueness_of :openid in the
2007 Sep 24
0
OpenID Server
Are there any alternatives to the PIP OpenID Server out there? I know
that there are a quite some public OpenID Servers, but we would like to
use this technique in an enterprise intranet, so accessing public
servers is not always ensured. For this reason we are looking for a
simple and maintainable solution. Any ideas?
--
Posted via http://www.ruby-forum.com/.
2008 May 27
6
case...when statement bug when using openid_authentication?
Hello people!
I''m asking for help to solve a little problem concerning the usage of
the openid_authentication plugin. I''m following the README file included
by DHH, so I wrote this method in my SessionsController:
def open_id_authentication(identity_url)
# Pass optional :required and :optional keys to specify what sreg
fields you want.
# Be sure to yield
2007 Jun 10
0
pb when posting to an action "render_text body, :status => 400"
Hi,
I''m trying to do a little openid-server in rails.
I encounter a very strange problem for me, you can see all the story in the
openid mailing-list :
http://lists.openidenabled.com/pipermail/dev/2007-May/000666.html
http://lists.openidenabled.com/pipermail/dev/2007-June/000700.html
In short, the problem is :
the server has to do a "render_text body, :status => 400"
2006 Jul 12
1
Adding Comments...
I have a hacked together version of Radiant with the capability of
allowing users to add comments. It''s somewhere between "demo" and
"pre-alpha" quality at the moment. I''ll make the code available (as an
svn diff against HEAD) in the next few days to anybody who''s interested.
Here''s a brain dump of the things I ran into, and my
2007 Dec 12
0
layouts in Rails 2
i''m having a little problem coming up with a dry way to use a layout
for multiple content types
i am using Mime::Type.register_alias ''text/html'', :openid
in my layouts folder i had application.html.erb, so i changed it to
just be application.erb. that works for html requests, but anything
marked as openid doesn''t display the layout at all. for now, i am
having
2020 Jul 04
2
dovecot oauth
Hello,
I'm trying to configure roundcube / dovecot to work with keycloak.
I activated xoauth2 oauthbearer in dovecot.
But a problem occurs when dovecot tries to contact the keycloak server
(logs are below).
My problem looks like this one:
https://dovecot.org/pipermail/dovecot/2019-December/117768.html
The response to this problem was about a bug in oauth driver
2009 Jan 16
5
Help: OpenId and restful_acl
Hi All,
I have restful_authentication with restful_acl installed on my
app, now I want to use OpenId with restful_acl,so my question is... does
this make any problems for me or not? I haven''t explored the OpenId for ROR
yet, and I am going to do that now,but I just wan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2010 Mar 24
3
How to include a ruby gem environment.rb file?
I''m doing a Web Service Based on a page I found
(http://blog.complitech.net/web-services-basics-ruby-on-rails/) using
the rails version 2.3.4, the web service is already working, but when
working on a version Previous:
RAILS_GEM_VERSION = ''2 .0.2 ''unless defined? RAILS_GEM_VERSION
I can not run the service.
On the previous page, there''s a part that says:
3)