-
Notifications
You must be signed in to change notification settings - Fork 12
Add support for Google Login #19
Comments
Hello. |
I'll appreciate if you help me with this feature. |
Not really. Google App Passwords allow a simple username/password login without disabling the Secure Apps features. I think the hard part will be determining the token Aternos uses for the Google Login. However, if they keep you logged in, you could attempt a normal OAuth flow, and then see if it's persistent across Aternos. |
Aternos' backend is not open-source. While the feature is not implemented, use |
Yes, but the args are passed to Google via URL to open the google signin window. If you could determine the token for Google signin, you could use the standard Google OAuth library without any need for Aternos' backend. |
Google Sign-in Button href: https://aternos.org/auth/google-login client_id=853067141497-24lhsecgk8lm86qat7nolobpn791o2r6.apps.googleusercontent.com |
As the title implies, an auth flow using Google would be beneficial for google-using clients.
The text was updated successfully, but these errors were encountered: