Mobile-Security-Framework-MobSF icon indicating copy to clipboard operation
Mobile-Security-Framework-MobSF copied to clipboard

[EFR][WIP] Basic Session based Authentication Support

Open ajinabraham opened this issue 1 year ago • 3 comments

Describe the Pull Request

DESCRIBE THE DETAILS OF PULL REQUEST HERE

Checklist for PR

  • [ ] Run MobSF unit tests and lint tox -e lint,test
  • [ ] Tested Working on Linux, Mac, Windows, and Docker
  • [ ] Add unit test for any new Web API (Refer: StaticAnalyzer/tests.py)
  • [ ] Make sure tests are passing on your PR MobSF tests

Additional Comments (if any)

DESCRIBE HERE

ajinabraham avatar Mar 23 '24 06:03 ajinabraham

👋 @ajinabraham Thank you for sending this pull request ❤️. Please make sure you have followed our contribution guidelines. We will review it as soon as possible

github-actions[bot] avatar Mar 23 '24 06:03 github-actions[bot]

Many security issues can be avoided using the django-allauth module.

ohyeah521 avatar Mar 24 '24 02:03 ohyeah521

For basic username/password authentication and account management, Django has decent inbuilt authentication APIs. Will consider django-allauth or others if we plan to support other authentication strategies.

ajinabraham avatar Mar 24 '24 21:03 ajinabraham

@ajinabraham Great stuff, let me test 😊

matandobr avatar May 19 '24 14:05 matandobr

@matandobr I guess, I have addressed the review comments.

ajinabraham avatar May 19 '24 23:05 ajinabraham