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

Appwrite Token Validation before serving API #34

Merged
merged 8 commits into from Aug 13, 2023

Conversation

chandansgowda
Copy link
Member

This pull request introduces a robust security enhancement to the project by implementing Appwrite token validation before serving API requests. With this update, we ensure that each API request is accompanied by a valid Appwrite token, enhancing the security and integrity of the data exchanged between the client and the server. It aligns with industry best practices for token-based authentication and authorization, making our application more robust and reliable. Necessary changes have been made in the Flutter App also. Closes #28

@chandansgowda chandansgowda self-assigned this Aug 8, 2023
@chandansgowda chandansgowda added enhancement New feature or request gsoc Part of Google Summer of Code season labels Aug 8, 2023
@jddeep jddeep merged commit 6fea63d into AOSSIE-Org:main Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gsoc Part of Google Summer of Code season
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate Auth token before serving API
2 participants