On Tue, Mar 25, 2014 at 6:09 AM, Sven Richter <sver...@googlemail.com> wrote:
> Hi,
>
> This looks pretty awesome. Do you plan to integrate some authentication
> mechanism. I just imagined running session on my server and being able to
> access it from everywhere around the world, always having a repl available
> instantly.
> But obv. I dont want everybody to access it.

Hi,

Yes, absolutely. I have the same use case (except the server being in the cloud)

I also want to support a workgroup-type setup. A group of people
sharing a global index of sessions & data, doing computations and
sharing amongst the group.

Having Datomic on the backend really simplifies making this happen,
since it provides a place to put all that user info.

I imagine making something password protected could be as simple as
transacting a datom into Datomic.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to