Re: [google-appengine] Lightweight Identity for App Engine Java

2015-09-18 Thread Tim Niblett
Aswath,

I'm glad you're trying it out.

Let me know if you have any problems setting up.  I can perhaps help, and 
can then fix the README to make it easier for others to use.

Any suggestions on improvements are welcome.

Tim

On Friday, 18 September 2015 05:14:53 UTC+1, aswath wrote:
>
> Supporting email login was a problem for me for a long time.  I was 
> able to roll my own after a long time. 
> Hopefully, this project will help the  other appengine community 
> projects.  They will get a good jump start to support other logins in 
> their projects. 
>
> -Aswath 
> www.AccountingGuru.net 
>
>
>
> On Sun, Aug 30, 2015 at 5:22 AM, Tim Niblett  > wrote: 
> > The User service is handy and simple. That 
> > it only handles Google accounts is a problem for me.  I've created a 
> > lightweight identity library (LID) which is similar to the User service 
> > and provides authentication for Google, Facebook and any Email. 
> > Google auth is via the User service, Facebook via OAuth and Email via 
> > an Email sent to the user which contains a URL they visit to sign in. 
> > Sign-in is cookie based. 
> > 
> > There is a demo at https://cilogi-liddemo.appspot.com. The library is 
> > on Github at https://github.com/cilogi/lid. 
> > 
> > Its not general purpose, requiring Guice and running only on App 
> > Engine but it may be useful for someone if the User service is 
> > functionally OK but doesn't provide enough coverage. 
> > 
> > Tim 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Google App Engine" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to google-appengi...@googlegroups.com . 
> > To post to this group, send email to google-a...@googlegroups.com 
> . 
> > Visit this group at http://groups.google.com/group/google-appengine. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/google-appengine/1bec00b9-0eff-44d2-a3dd-06f629b2fff0%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f676735f-e118-4bba-9ad7-4a9acb8bf5d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Lightweight Identity for App Engine Java

2015-09-17 Thread Aswath Satrasala
Supporting email login was a problem for me for a long time.  I was
able to roll my own after a long time.
Hopefully, this project will help the  other appengine community
projects.  They will get a good jump start to support other logins in
their projects.

-Aswath
www.AccountingGuru.net



On Sun, Aug 30, 2015 at 5:22 AM, Tim Niblett  wrote:
> The User service is handy and simple. That
> it only handles Google accounts is a problem for me.  I've created a
> lightweight identity library (LID) which is similar to the User service
> and provides authentication for Google, Facebook and any Email.
> Google auth is via the User service, Facebook via OAuth and Email via
> an Email sent to the user which contains a URL they visit to sign in.
> Sign-in is cookie based.
>
> There is a demo at https://cilogi-liddemo.appspot.com. The library is
> on Github at https://github.com/cilogi/lid.
>
> Its not general purpose, requiring Guice and running only on App
> Engine but it may be useful for someone if the User service is
> functionally OK but doesn't provide enough coverage.
>
> Tim
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/1bec00b9-0eff-44d2-a3dd-06f629b2fff0%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAKFF5G59Nj2n9Onyjfqumo%3DvJ8AOU%2B-rVYV%3DSY%2BGfYm9fm0jDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Lightweight Identity for App Engine Java

2015-08-29 Thread Tim Niblett
The User service is handy and simple. That
it only handles Google accounts is a problem for me.  I've created a
lightweight identity library (LID) which is similar to the User service
and provides authentication for Google, Facebook and any Email.
Google auth is via the User service, Facebook via OAuth and Email via
an Email sent to the user which contains a URL they visit to sign in.
Sign-in is cookie based.

There is a demo at https://cilogi-liddemo.appspot.com. The library is
on Github at https://github.com/cilogi/lid.

Its not general purpose, requiring Guice and running only on App
Engine but it may be useful for someone if the User service is
functionally OK but doesn't provide enough coverage.

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1bec00b9-0eff-44d2-a3dd-06f629b2fff0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.