Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Is authorization in place?

Received: by 10.180.97.162 with SMTP id eb2mr6023792wib.0.1352388541245;
        Thu, 08 Nov 2012 07:29:01 -0800 (PST)
X-BeenThere: derbyjs@googlegroups.com
Received: by 10.180.105.1 with SMTP id gi1ls15952949wib.2.canary; Thu, 08 Nov
 2012 07:29:00 -0800 (PST)
Received: by 10.58.169.70 with SMTP id ac6mr1076917vec.8.1352388540593;
        Thu, 08 Nov 2012 07:29:00 -0800 (PST)
Received: by 10.58.169.70 with SMTP id ac6mr1076916vec.8.1352388540578;
        Thu, 08 Nov 2012 07:29:00 -0800 (PST)
Return-Path: <tylerrene...@gmail.com>
Received: from mail-vb0-f48.google.com (mail-vb0-f48.google.com [209.85.212.48])
        by gmr-mx.google.com with ESMTPS id q19si5494700vds.3.2012.11.08.07.29.00
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 08 Nov 2012 07:29:00 -0800 (PST)
Received-SPF: pass (google.com: domain of tylerrene...@gmail.com designates 209.85.212.48 as permitted sender) client-ip=209.85.212.48;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of tylerrene...@gmail.com designates 209.85.212.48 as permitted sender) smtp.mail=tylerrene...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-vb0-f48.google.com with SMTP id e21so2460767vbm.7
        for <derbyjs@googlegroups.com>; Thu, 08 Nov 2012 07:29:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        bh=EVMDAnzylzp7SxmWA+Q10GlnORB4T5NPOnbNRlNqtJ8=;
        b=hZzIh2Zjl79IeEqKzsgxZwaNnsZRK1j4j9Bq5jIxqEskKGFz0VsBMp+Sqpqlp4DMSN
         j9aesYHbB6kkjwDveWYsffof9uSrpdIq7+Zmq1wFWo6w1kxemXwyGtZEw/B3Jd9qhuGi
         AdpEaX7cd0wx6lqS95YZi4HpktiQMR8Zldi6hpfz9Lnzh/We2R/PRhxmJLui4fOJ/O5d
         vMlYhmFMnE+4R6spPKXUnzpuv9KZYOm5p9vAOT6f2Gq4NxyyxD76/PoX4xop8QeTPmjU
         40bjVb+X78PUA0I2OIQx8hHDkpLoKZJyqxyBrRSdQHX3755Dm0C5HUN8TRPmr0cL/rPK
         BvhA==
Received: by 10.52.29.141 with SMTP id k13mr6504119vdh.131.1352388540391; Thu,
 08 Nov 2012 07:29:00 -0800 (PST)
MIME-Version: 1.0
Received: by 10.58.223.179 with HTTP; Thu, 8 Nov 2012 07:28:40 -0800 (PST)
In-Reply-To: <7b1aeda2-4217-4df3-8b56-d2a0a1c26570@googlegroups.com>
References: <7b1aeda2-4217-4df3-8b56-d2a0a1c26570@googlegroups.com>
From: Tyler Renelle <tylerrene...@gmail.com>
Date: Thu, 8 Nov 2012 10:28:40 -0500
Message-ID: <CAJoq-2jdbcRRzXqvWGgQCPdWTQ-mmRK3R46ZayrKwHrDhCz...@mail.gmail.com>
Subject: Re: Is authorization in place?
To: derbyjs@googlegroups.com
Content-Type: multipart/alternative; boundary=20cf307c9b0c8c5ff304cdfd7e47

--20cf307c9b0c8c5ff304cdfd7e47
Content-Type: text/plain; charset=ISO-8859-1

Habit's been running Facebook auth in the wild just fine, using the code
from derby-examples/auth<https://github.com/lefnire/derby-examples/tree/master/authentication>.
TMK, any of the other social network auth providers should work just fine
too. Password is not ready, see
here<https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/JuUqUNd9Rls>
.

On Thu, Nov 8, 2012 at 9:49 AM, Juzer Ali <er.juzer...@gmail.com> wrote:

> Is authorization working with derby?
>
> What I mean is that is@session object reliable inside
>
>    - Express paths cbs
>    - Application paths cbs
>    - queryAccess cbs
>    - writeAccess paths cbs
>
> ???
>

--20cf307c9b0c8c5ff304cdfd7e47
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Habit&#39;s been running Facebook auth in the wild just fine, using the cod=
e from <a href=3D"https://github.com/lefnire/derby-examples/tree/master/aut=
hentication">derby-examples/auth</a>. TMK, any of the other social network =
auth providers should work just fine too. Password is not ready, <a href=3D=
"https://groups.google.com/forum/?fromgroups=3D#!topic/derbyjs/JuUqUNd9Rls"=
>see here</a>.<br>

<br><div class=3D"gmail_quote">On Thu, Nov 8, 2012 at 9:49 AM, Juzer Ali <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:er.juzer...@gmail.com" target=3D"_bla=
nk">er.juzer...@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gma=
il_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-lef=
t:1ex">

Is authorization working with derby?<div><br></div><div>What I mean is that=
 is@session object reliable inside</div><div><ul><li><span style=3D"line-he=
ight:normal">Express paths <span>cbs</span></span></li><li><span style=3D"l=
ine-height:normal">Application paths=A0</span><span style=3D"line-height:no=
rmal"><span>cbs</span></span></li>

<li><span style=3D"line-height:normal"><span>queryAccess</span>=A0</span><s=
pan style=3D"line-height:normal"><span>cbs</span></span></li><li><span styl=
e=3D"line-height:normal"><span>writeAccess</span> paths=A0</span><span styl=
e=3D"line-height:normal"><span>cbs</span></span></li>

</ul><div>???</div></div></blockquote></div><br>

--20cf307c9b0c8c5ff304cdfd7e47--