Mobile-Security-Framework-MobSF
Mobile-Security-Framework-MobSF copied to clipboard
[EFR][WIP] Basic Session based Authentication Support
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
Additional Comments (if any)
DESCRIBE HERE
👋 @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
Many security issues can be avoided using the django-allauth module.
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 Great stuff, let me test 😊
@matandobr I guess, I have addressed the review comments.