scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
142 stars 93 forks source link

Google Auth Implemented #279

Closed PrerakMathur20 closed 2 years ago

PrerakMathur20 commented 2 years ago

Description

WIth Firebase Integration, Google Auth has been Implemented for admins only. The auth is restricted to admin users only to avoid concurrences occurring because of overlapping of roles with same email or usernames.

Fixes #265

Type of change

How Has This Been Tested?

The auth has been tested with multiple login accounts, with different emails with correct as well as incorrect passwords, and other possible combinations of correct and incorrect details.

Also, include screenshots for the verification and reviewing purpose.

Login without role as Admin

Screenshot 2022-06-24 at 7 31 13 AM

Login with role as Admin

Screenshot 2022-06-24 at 7 31 21 AM

SignUp for Google

Screenshot 2022-06-24 at 7 31 34 AM

Checklist: