On Wednesday, January 21, 2015 at 5:54:28 PM UTC+1, Leon Talbot wrote:
> What are good yet simple examples of om app that that implements 
> authentification. 
> 
> Thanks!

I have made authentication in an Om app. You first have to definie what level 
of Authentication you want as they are all handled in very different ways:

- username/password
- facebook client side
- facebook server side
- linkedin client side 
- linkedin server side

etc... The simplest case is username password, which you implement using a 
"session", which again has issues, whether you wish to use cookies, or no 
cookies.  If you can give the use cases you need then I can walk you through 
making this in Om

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to