Giter Club home page Giter Club logo

Comments (25)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Is anyone working on this? I need 1.0A compatibility.

Y.

Original comment by [email protected] on 30 Jul 2009 at 3:13

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Revision 1.0A support is on our list of "things to do as soon as possible."

Though the engineer working on it is currently on holiday.  He will be back 
soon, I'll keep you posted on 
progress.

Original comment by [email protected] on 30 Jul 2009 at 5:51

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
If he'd like to see an example:

http://svn.codehaus.org/spring-security-oauth/trunk/spring-security-oauth/src/ma
in/java/org/springframework/security/oauth/provider/verifier/RandomValueInMemory
VerifierServices.java

http://svn.codehaus.org/spring-security-oauth/trunk/spring-security-oauth/src/ma
in/java/org/springframework/security/oauth/provider/verifier/

Original comment by [email protected] on 7 Aug 2009 at 8:27

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Hey, will we see this implemented any time soon or do I have to fix it myself? 
:) 
Thanks!

Original comment by [email protected] on 1 Nov 2009 at 10:21

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Does anyone know what changed in de specification revision 1.0A, maybe we can 
help 
you with some fixes?

Original comment by [email protected] on 27 Nov 2009 at 1:03

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
outh_verifier was added to avoid Man-in-the-middle attacks.

Original comment by [email protected] on 27 Nov 2009 at 1:30

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I'm looking into this. Did anybody write a patch yet? If so, please post and 
I'll
verify it and add to the next release.

Original comment by brunobg%[email protected] on 12 Jan 2010 at 7:13

  • Changed state: Accepted
  • Added labels: Priority-Critical, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Note: somebody promised a patch. As soon as I get it, I'll add to the SVN and 
release
a new version.

Original comment by brunobg%[email protected] on 18 Feb 2010 at 5:12

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024

Original comment by brunobg%[email protected] on 18 Feb 2010 at 5:21

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Has anything been done on this?

Original comment by [email protected] on 7 Mar 2010 at 5:18

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I've been promised a patch by alexheimburger (see the wiki comments) but he has 
not
sent it yet. I currently lack the time to make the fix from scratch, so if 
anybody
would be willing to do it, I'd appreciate it, test it and package it...

Original comment by brunobg%[email protected] on 8 Mar 2010 at 12:48

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Hi everybody.

I've just emailed the patch to Bruno. Here is the mail I've just sent him.

Note that the patch has been coded against r64.

Hi Bruno,

I'm so sorry for being so late. Maybe you already have patched your version.

Anyway, here is my complete version of the oauth library and a diff file if you 
want
to patch.

Basically, I've added the oauth_verifier verification and a change in the 
callback
management.

You can track my changes by searching Compatibility in the source code.

Hope this helps. Happy coding :)

Alex

Here is the patch.

Original comment by [email protected] on 27 Mar 2010 at 2:40

Attachments:

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Alex, thank you very much :) 

I'll add the patch to the SVN as soon as possible and release a new version.

Original comment by brunobg%[email protected] on 29 Mar 2010 at 3:09

  • Changed state: Started

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Cool :) 

By the way, we use the library in our day to day work in my company (blueKiwi
Sofware) and it rocks !

Original comment by [email protected] on 29 Mar 2010 at 4:16

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
The regular patch -pnum <patchfile doesn't apply that patch. Could you make that
patch with diff -u I'm having trouble applying.

Original comment by [email protected] on 1 Apr 2010 at 9:01

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
The patch won't apply, as it was made against r64 and several changes happened 
since.
I just committed release 102, which has this patch manually applied and revised.

Please let me know if it doesn't work to somebody. This is test code and should 
not
be used on production yet.

@alexheimburger: it seems you define a new field ost_verifier on TABLE
oauth_server_token, which from the code seems to be a 10-char long string, so I
defined it in the SQL as char(10). Anything else to add about this? Any other 
changes
to the DB schema?

Original comment by brunobg%[email protected] on 5 Apr 2010 at 6:25

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Has anyone tested the new code yet? Any success or failure reports would be
appreciated. Thanks.

Original comment by brunobg%[email protected] on 9 Apr 2010 at 11:45

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
As changes are made to the database schema, it'd be good if the ALTER 
statements could be kept up-to-date as 
well.  It looks like it started happening at the top of this file, but hasn't 
been happening recently. 
http://code.google.com/p/oauth-php/source/browse/trunk/library/store/mysql/mysql
.sql

Also, I believe Google Code allows for code reviews -- you may consider turning 
those on to get additional 
feedback for each commit.

Original comment by philfreo on 20 Apr 2010 at 5:55

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Right now it seems that the mysql.sql file is not up-to-date with the code.  I 
get a "Unknown column 
'ost_callback_url' in 'field list'"

Original comment by philfreo on 20 Apr 2010 at 6:19

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Fixed comments #18 and #19. Thanks for the suggestion, I'll check the code 
review
feature.

Original comment by brunobg%[email protected] on 20 Apr 2010 at 2:25

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
There seems to be a bug in the signature verification code, possibly caused by 
the
1.0a changes. I'm looking into it.

Original comment by brunobg%[email protected] on 20 Apr 2010 at 4:00

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
Did someone test this? Does it work?

Original comment by [email protected] on 10 Jun 2010 at 10:14

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
I have tested. It seems to be 1.0a compatible -- I tested with other oauth 
clients and it worked. But I'd welcome more tests.

Original comment by brunobg%[email protected] on 11 Jun 2010 at 9:16

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024
If nothing is found by July 1st, I'll consider this one closed and post a new 
release.

Original comment by brunobg%[email protected] on 21 Jun 2010 at 6:51

from oauth-php.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 30, 2024

Original comment by brunobg%[email protected] on 6 Jul 2010 at 10:11

  • Changed state: Fixed

from oauth-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.