[OAUTH-WG] PHP-based OAuth 2.0 library, with sample Mongo DB implementation
Tim Ridgely <tim.ridgely@gmail.com> Mon, 28 June 2010 01:47 UTC
Return-Path: <tim.ridgely@gmail.com>
X-Original-To: oauth@core3.amsl.com
Delivered-To: oauth@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 9CEF03A67CF for <oauth@core3.amsl.com>; Sun, 27 Jun 2010 18:47:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.002
X-Spam-Level:
X-Spam-Status: No, score=0.002 tagged_above=-999 required=5 tests=[BAYES_50=0.001, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RtV6GGY-oRvM for <oauth@core3.amsl.com>; Sun, 27 Jun 2010 18:47:11 -0700 (PDT)
Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by core3.amsl.com (Postfix) with ESMTP id 1C75F3A6867 for <oauth@ietf.org>; Sun, 27 Jun 2010 18:47:10 -0700 (PDT)
Received: by wye20 with SMTP id 20so3659299wye.31 for <oauth@ietf.org>; Sun, 27 Jun 2010 18:47:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=gsrexzBzkETKBSYAL9KTJSwegrxCndpUtwq4hhVM814=; b=ZyiaY8vOvyKnLBuxrkl9WCIZSsYblJHH3ngDyWbgjJViI/VGEsnNjMnckd0kF6QioJ f65Hs+HsMmkdml2OWbwAqXa9y5HOD27CUJx9GhWfrLyuMftNmvG09F8rzFdI4C3eoSKs xxZ+HjoYZ9bw/pyKIUggZenmon6nJqJp8++2A=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=COfFboxiobwt7b3koYCIH/CSrdaAb+Vm6ZbxOKUxoMcpfVzkRC6pnX+UaeMMRcLrhV yQAvCftjthfUgne82sQuoS3/A3LNzDX6GNDcHR/5QuEDkRUlW4SPujKKp/Yra9EfwYsx YleQLDabMljQlrRG2b65mz+eJhL82nTqn8xLI=
MIME-Version: 1.0
Received: by 10.216.157.201 with SMTP id o51mr7595326wek.6.1277689637111; Sun, 27 Jun 2010 18:47:17 -0700 (PDT)
Received: by 10.216.70.199 with HTTP; Sun, 27 Jun 2010 18:47:17 -0700 (PDT)
Date: Sun, 27 Jun 2010 21:47:17 -0400
Message-ID: <AANLkTikTes81Q5YkX3mKgKBLe3lXRy8EiBj5-cXm170F@mail.gmail.com>
From: Tim Ridgely <tim.ridgely@gmail.com>
To: oauth@ietf.org
Content-Type: multipart/alternative; boundary="0016e649c7d2f407ca048a0d4c86"
Subject: [OAUTH-WG] PHP-based OAuth 2.0 library, with sample Mongo DB implementation
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jun 2010 01:47:53 -0000
Hi everybody, We're looking to adopt OAuth 2.0 here at Open Dining, and we couldn't find a suitable PHP server implementation. With the draft status of the spec in mind, we took a crack at an implementation anyway. Documentation is very sparse still, but we commented the heck out of the source. Blog: http://www.opendining.net/blog/oauth-2-0-php-library/ Google Code: http://code.google.com/p/oauth2-php/ Feedback welcome. Thanks! Tim
- [OAUTH-WG] PHP-based OAuth 2.0 library, with samp… Tim Ridgely
- Re: [OAUTH-WG] Assertion Profile PHP library Elena Lozano