[OAUTH-WG] OAuth 2.0 Android Library

development@christoph-gerstner.de Mon, 15 August 2011 16:46 UTC

Return-Path: <development@christoph-gerstner.de>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9A0CE21F8C36 for <oauth@ietfa.amsl.com>; Mon, 15 Aug 2011 09:46:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.811
X-Spam-Level: *
X-Spam-Status: No, score=1.811 tagged_above=-999 required=5 tests=[BAD_ENC_HEADER=1.81, BAYES_50=0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t9O+plmIzOU6 for <oauth@ietfa.amsl.com>; Mon, 15 Aug 2011 09:46:13 -0700 (PDT)
Received: from server48.mivitec.net (server48.mivitec.net [91.90.146.82]) by ietfa.amsl.com (Postfix) with ESMTP id 008D221F8C0D for <oauth@ietf.org>; Mon, 15 Aug 2011 09:46:12 -0700 (PDT)
Received: by server48.mivitec.net (Postfix, from userid 782) id 4E14C51001D; Mon, 15 Aug 2011 18:46:40 +0200 (CEST)
To: oauth@ietf.org
From: development@christoph-gerstner.de
X-Priority: 3
Importance: Normal
X-MSMail-Priority: Normal
X-MimeOLE: Produced by Parallels Confixx WebMail
X-Mailer: Parallels Confixx WebMail (like SquirrelMail)
Cc:
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20110815164640.4E14C51001D@server48.mivitec.net>
Date: Mon, 15 Aug 2011 18:46:40 +0200
Subject: [OAUTH-WG] OAuth 2.0 Android Library
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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, 15 Aug 2011 16:46:13 -0000

Hey everyone!

I just wanted to inform you that I uploaded an OAuth 2.0 library for
Android to github.
You can get it here:

https://github.com/Xotan/OAuth2Android

git@github.com:Xotan/OAuth2Android.git

Even if a library isn't really necessary for OAuth 2.0 and
Bearer-Tokens,
API developers might want some easier solution to use MAC-Tokens (which
was the major goal for me)
Of course it is still under development. The minimum system requirements
are: Android Platform Version 2.3.3; API Level 10.
Currently it supports Bearer-Tokens and MAC-Tokens based on the
specifications:

draft-ietf-oauth-v2-16
draft-ietf-oauth-v2-bearer-06
draft-ietf-oauth-v2-http-mac-00

Other extensions are also possible.

I hope this project is interesting for some of you and maybe helpful.
Please don't hesitate to contact me if you have questions, advice or
criticism.


regards
            Christoph