gcv / appengine-magic

A library designed to make it easy to use Google App Engine from Clojure
MIT License
342 stars 49 forks source link

Federated Login #44

Open gstamp opened 13 years ago

gstamp commented 13 years ago

Is Google federated login supported by appengine magic? If so then the documentation could really use some examples on how to use it, if not then consider this a feature request!

gcv commented 13 years ago

It should work insofar as App Engine itself supports OpenID, but I've never tried it. There's probably room for improvement by providing nice Clojure wrappers for the functionality.

gstamp commented 13 years ago

Okay, thanks Constantine. I might try calling the Java API directly. Possibly some wrapper classes may fall out of that process.