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 César Arroba
parent a4f950e093
commit 3e586e615d
14 changed files with 759 additions and 180 deletions
+2 -1
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"