Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add api key for mwf #290

Merged
merged 2 commits into from
Jul 17, 2023
Merged

add api key for mwf #290

merged 2 commits into from
Jul 17, 2023

Conversation

hichri-louay
Copy link
Contributor

PR Description:

Hello team,

This PR addresses an issue encountered when attempting to establish communication between our backend and the MWF game. Due to CORS restrictions, the MWF game was unable to access the necessary backend resources.

To overcome this challenge, we have implemented an API key system within our backend infrastructure. An API key has been generated and integrated into our codebase, allowing authorized communication between the MWF game and our backend.

Changes Made:

Generated an API key specifically for facilitating communication between the MWF game and our backend.
Integrated the API key into our backend codebase to authenticate and authorize requests from the MWF game.
Updated the backend's CORS configuration to allow the MWF game to access the required backend resources using the provided API key.

Notes for Reviewers:

Please review the changes made, ensuring that the API key integration and CORS configuration updates have effectively resolved the issue. Verify that the MWF game can now communicate with our backend seamlessly, without encountering any CORS-related restrictions.

We appreciate your attention and valuable contributions. Kindly provide any feedback or suggestions you may have.

Best regards,
Louay HICHRI

@HamdiBenK HamdiBenK merged commit 72f7452 into develop Jul 17, 2023
2 checks passed
@HamdiBenK HamdiBenK deleted the add-api-key-for-mwf branch July 17, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants