Page 1 of 1

Signin with Google account

Posted: 2022-03-19 14:12
by pandiyan
How do i add signin with google account option
(I am not a coder, please explain detailly )

Thank you

Re: Signin with Google account

Posted: 2022-03-27 22:48
by D Oliveira
short answer: you need someone who knows how to code

long answer: user authentication through google-> https://developers.google.com/identity/ ... eb/sign-in

Re: Signin with Google account

Posted: 2022-04-20 20:44
by facos79
it would be a useful feature to increase security. +1

Re: Signin with Google account

Posted: 2022-04-25 23:28
by hgarbe
I suggest going with Davids short suggestion ;)
Agree that it might be a tempting function but where to start including third party authenticator? Google, Facebook, linkedin, apple, ..
Never ending story, besides: once implemented also requires maintenance consuming resources otherwise better spent.

Re: Signin with Google account

Posted: 2022-11-28 21:01
by frankg
In the current situation, it is increasingly necessary to integrate security into online systems. One of these aspects is the double step authentication (2FA) that Appgini could offer. One way could be that users receive a code in their mail when they register or use Google as suggested.
I respectfully request the developers of Appgini that, in order to ensure the safety of users and the information stored in the databases, this feature can be integrated into the system natively.
thanks

Re: Signin with Google account

Posted: 2022-12-02 01:15
by peebee
Yes, agreed it would be very nice to have additional security hardening such as 2FA, brute force protection and authenticated login built into Appgini.

In the meanwhile however - if you don't mind paying a small and in my opinion a reasonable premium for a 3rd party Appgini add-on, I would recommend you take a look at Ronnies "AdminLTE Plugin For Appgini".

https://portals.docsie.io/ronthedev/ron ... 5RYLgSnjV/

Apart from AdminLTE aesthetics, this plugin also provides options for multiple additional levels of additional security including 2FA, Session control, Google OAuth and Recaptcha. I have just had an app that includes this plugin professionally penetration tested and it passed. Without 2FA, session management and some form of brute-force protection it would have failed. Yes, you can add these features yourself with individual hooks/code edits but it is far quicker/easier with this plugin.

I should add this is a third party plugin not provided by or endorsed by BigProf Software. I'd also like to add that I am in no way affiliated with the developer or development of this plugin. I am just a satisfied customer. I hope it remains maintained and compatible with future versions of Appgini.

Re: Signin with Google account

Posted: 2022-12-20 09:24
by rngoda
peebee wrote:
2022-12-02 01:15
Yes, agreed it would be very nice to have additional security hardening such as 2FA, brute force protection and authenticated login built into Appgini.

In the meanwhile however - if you don't mind paying a small and in my opinion a reasonable premium for a 3rd party Appgini add-on, I would recommend you take a look at Ronnies "AdminLTE Plugin For Appgini".

https://portals.docsie.io/ronthedev/ron ... 5RYLgSnjV/

Apart from AdminLTE aesthetics, this plugin also provides options for multiple additional levels of additional security including 2FA, Session control, Google OAuth and Recaptcha. I have just had an app that includes this plugin professionally penetration tested and it passed. Without 2FA, session management and some form of brute-force protection it would have failed. Yes, you can add these features yourself with individual hooks/code edits but it is far quicker/easier with this plugin.

I should add this is a third party plugin not provided by or endorsed by BigProf Software. I'd also like to add that I am in no way affiliated with the developer or development of this plugin. I am just a satisfied customer. I hope it remains maintained and compatible with future versions of Appgini.
Thanks for the support, and I am glad you love working with the Plugin.

Re: Signin with Google account

Posted: 2022-12-29 22:19
by frankg
Hi
I will be a great feature to introduce a 2FA directly in the main programm. I have read that there are some options with Google but it will be great to have its Own feature in the Appgini program.
Thanks

Frank