Hi Dave,
I am planning to use friend-oauth2 to handle "third party workflows". It is
exactly what I need to consume third party oauth services, but from what I
understood from the source code, it doesn't help me offer my own oauth
service. I'm struggling with the design for an oauth service th
It looks very similar to the pattern I was trying to avoid in the first
place. I've also got the problem of multiple threads (and its been pointed
out that my original solution was not thread safe). In my experience bugs
of an 'extremely rare but could conceivably happen' nature are the sort of
I'm a bit confused--if you are building your own oauth2 server (correct
me if I misunderstood--you want users to use oauth2 to authenticate
against your own service?), what purpose does a Friend workflow have in
this context? Seems like you could skip Friend altogether.
DD
(2014/12/15 17:40), Se
Hey,
without knowing much about your application/business needs its hard to
speculate what might be good for you. The root of your problem might be
CouchDB since it was never meant for "Big Data" and since we are talking
tweets I generally think "a lot". I'm not sure how your map value looks bu
Users should also be able to authenticate using my site credentials OR
Linkedins. I thought friend-oauth would be useful to allow the Linkedin
authentication.
I am a little lost on where to start. I could start from my own auth and
then add Linkedin to it with friend, or start with friend and a
I've just implemented this with Facebook login on a single-page app
using Om and Sente. I'm planning on writing it up (who ISN'T planning on
writing up all their open source stuff in glorious detail? Imagine the
blog posts!!), but before I get around to code I can offer my little
state flow cha
The easiest way would be to wrap the class constructor in a function and
override that.
- James
On 15 December 2014 at 04:20, Eunmin Kim wrote:
> Hi! My question is, How can I exchange a java class for test like
> `with-redefs`?
>
> (defn run-a
> []
> (... some logic
> (.run (AClass. )
As I understand this var approach is used for development purposes, so in
theory it should not occur in production. I wonder though why someone would
prefer it to atoms.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email
Here are some functional programming job opportunities that were posted
recently:
Front End Developer at RVspotfinder.com
http://functionaljobs.com/jobs/8772-front-end-developer-at-rvspotfindercom
Cheers,
Sean Murphy
FunctionalJobs.com
--
You received this message because you are subsc
Hi All,
I'd like to announce a new Clojure library called Signals:
http://github.com/kunstmusik/signals
This is a library for working with time-varying signals (mutable
data). It's designed with the view that Clojure's IDeref's (i.e.
atoms, refs, agents) are time-varying signal sources. It use
Thanks Sam.
The gist is very helpful (as well as the Friend + Liberator post). I see
you are generating and maintaining your own tokens (" exchange for
long-lived token").
Did you write custom code for this or is there some library I should look
at?
Sebastian
--
You received this message
That's actually the Facebook token. Facebook's JS API will give you a
token that lasts for about an hour. You have to use your app's ID and
secret to make a server-side request and upgrade that short token to a
long-lived (~60 day) token.
I'm not acting as an OAuth provider, just storing crede
12 matches
Mail list logo