feat(social-login): Add social login integration for Google and Github OAuth providers (#6906)

This commit is contained in:
Víctor Fernández Poyatos
2025-02-13 16:54:38 +01:00
committed by GitHub
parent 1fe125a65f
commit 3a8f4d2ffb
14 changed files with 838 additions and 337 deletions

View File

@@ -8,10 +8,11 @@ description = "Prowler's API (Django/DRF)"
license = "Apache-2.0"
name = "prowler-api"
package-mode = false
version = "1.4.0"
version = "1.5.0"
[tool.poetry.dependencies]
celery = {extras = ["pytest"], version = "^5.4.0"}
dj-rest-auth = {extras = ["with_social", "jwt"], version = "7.0.1"}
django = "5.1.5"
django-celery-beat = "^2.7.0"
django-celery-results = "^2.5.1"