feat(auth): add profile update and password change endpoints; enhance provider list handling
This commit is contained in:
@@ -42,7 +42,7 @@ def create_app():
|
||||
origins=["http://localhost:3000"], # Frontend URL
|
||||
supports_credentials=True, # Allow cookies
|
||||
allow_headers=["Content-Type", "Authorization"],
|
||||
methods=["GET", "POST", "PUT", "DELETE", "OPTIONS"],
|
||||
methods=["GET", "POST", "PATCH", "PUT", "DELETE", "OPTIONS"],
|
||||
)
|
||||
|
||||
# Initialize JWT manager
|
||||
|
||||
Reference in New Issue
Block a user