Re: [OAUTH-WG] OAuth leeloo V0.1

Łukasz Moreń <lukasz.moren@gmail.com> Mon, 01 November 2010 17:44 UTC

Return-Path: <lukasz.moren@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 C166C3A6A47 for <oauth@core3.amsl.com>; Mon, 1 Nov 2010 10:44:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.298
X-Spam-Level:
X-Spam-Status: No, score=-2.298 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3]
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 Gwdzvd5VeaYU for <oauth@core3.amsl.com>; Mon, 1 Nov 2010 10:44:50 -0700 (PDT)
Received: from mail-gy0-f172.google.com (mail-gy0-f172.google.com [209.85.160.172]) by core3.amsl.com (Postfix) with ESMTP id 6788C3A6A30 for <oauth@ietf.org>; Mon, 1 Nov 2010 10:44:50 -0700 (PDT)
Received: by gya6 with SMTP id 6so3710534gya.31 for <oauth@ietf.org>; Mon, 01 Nov 2010 10:44:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=e3CWbVxgk+4QrvOEHhqKlxoQeb30yhmZ7MOB8HctqV4=; b=yHjQ+yP0cALXysDljbWg7Sxe1TdO4K0VEny1nLm0SyaaPMpa9LKPow5EkPGQbfHbip +8LSM5QBf8Zuk8gfanfNwr3d0/ldZVRh1N6Chyx6l3CurQD68omu5DGBStlFGDSuvuXI fOKdy0953ruWqusGC4P+EI7ghLbKuVskbWY+g=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=klptzv5+3RySNCbmyYcZbsXhyLWWWu5AR6Krg5QuMML9hiE6uUiYn/KXo3EYTwfQaM YuF8C5f5gIxJP+F3qG8dpm4h1K9bOfXMD3YNHYICqgcevNCEcDZc9sXcqOeD8tysIGwD 1sPCpAQ4AMZpNdu+M5YJure7LwuME5akWFaTU=
MIME-Version: 1.0
Received: by 10.229.35.16 with SMTP id n16mr15006946qcd.172.1288633491539; Mon, 01 Nov 2010 10:44:51 -0700 (PDT)
Received: by 10.229.215.71 with HTTP; Mon, 1 Nov 2010 10:44:51 -0700 (PDT)
In-Reply-To: <AANLkTin33uFWFmnM-YEf9zrN4YagpFXn20TVYsUEa3ZW@mail.gmail.com>
References: <AANLkTin33uFWFmnM-YEf9zrN4YagpFXn20TVYsUEa3ZW@mail.gmail.com>
Date: Mon, 01 Nov 2010 10:44:51 -0700
Message-ID: <AANLkTi=iS=6ByYsx0gwJgw_6=SWjmaOD9wic6gtAO7wS@mail.gmail.com>
From: Łukasz Moreń <lukasz.moren@gmail.com>
To: oauth@ietf.org
Content-Type: multipart/alternative; boundary="00163649a6f58246b40494015d44"
Subject: Re: [OAUTH-WG] OAuth leeloo V0.1
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, 01 Nov 2010 17:44:51 -0000

Hi,

Is it possible to have leeloo (http://leeloo.smartam.net) listed on
http://wiki.oauth.net/OAuth%202 as an OAuth draft 10 Java implementation of
server and client?

Thanks,
Lukasz Moren

On Thu, Sep 30, 2010 at 8:45 AM, Maciej Machulak
<maciej.machulak@gmail.com>wrote:

> Hi,
>
> We're pleased to announce the release of a new OAuth V2.0 library -
> OAuth leeloo V0.1. It implements draft 10 of the OAuth spec. It allows
> to easily build Clients, Authorization Servers and Resource Servers.
> We've been using leeloo internally at one of our Web applications and
> as a part of a bigger framework - UMA/j (User-Managed Access Java
> framework). Soon we'll make publicly available our OAuth-compliant Web
> application that also supports site-meta/host-meta and the OAuth
> Dynamic Client Registration draft (as well as UMA).
>
> OAuth leeloo is available in Maven Central so you can start using it
> straight away :-)
>
> Check out http://leeloo.smartam.net for more information.
> The official blog post: http://smartjisc.wordpress.com
>
> Cheers,
> Maciej & Lukasz
>
> --
> Maciej Machulak
> email: maciej.machulak@gmail.com
> tel: +44 7999 606 767
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>