Authentication Services

I have a web application (based on Java and GWT) that requires an authentication mechanism (login, logout, password reset, etc.).

I donโ€™t want to spend time on its implementation, so Iโ€™m looking for services that allow the user to enter my web application using his existing accounts, such as Twitter, Facebook, etc.

I found one such service called loginza.ru.

Are there any alternatives?

Thanks in advance

Dmitry

+3
source share
2 answers

You can use OpenID (e.g. stack overflow)! Here is a post on how to do this using GWT.

OpenID , OpenID, Google , OpenID auth , .

+3

SocialAuth. , facebook, openid, yahoo, google

: http://code.google.com/p/socialauth/

+2

Source: https://habr.com/ru/post/1784733/


All Articles