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

Implementing Authorization Middleware for Backend #513

Closed
halisbal opened this issue Oct 24, 2023 · 2 comments
Closed

Implementing Authorization Middleware for Backend #513

halisbal opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
Priority: High Issues that require immediate attention and should be addressed as soon as possible. Status: Done Issues that have been completed. Team: Backend Issues related to backend team Type: Feature Issues related to adding new features or functionality to the project.
Milestone

Comments

@halisbal
Copy link
Contributor

Description

Authorization middleware should be implemented for the backend part. If authorization required, it should check the authorization token's validity and return the user connected to the HTTP request if the token is valid.

👮‍♀️ Reviewer

Zeynep Baydemir

⏰ Deadline

31.10.2023 - Tuesday - 23.59

@halisbal halisbal added Priority: High Issues that require immediate attention and should be addressed as soon as possible. Type: Feature Issues related to adding new features or functionality to the project. Status: Assigned Issues that have been assigned to someone to work on. Team: Backend Issues related to backend team labels Oct 24, 2023
@halisbal halisbal added this to the 1st Milestone milestone Oct 24, 2023
@halisbal halisbal self-assigned this Oct 24, 2023
@halisbal halisbal added Status: In Review Issues that are waiting for review and approval from others. and removed Status: Assigned Issues that have been assigned to someone to work on. labels Nov 2, 2023
@halisbal
Copy link
Contributor Author

halisbal commented Nov 2, 2023

I added the authorization middleware as described in the description. Here you can reach to the PR for the task.

@zeynep-baydemir
Copy link
Contributor

I tried it and it works properly and it has great functionality, thank you for your work.

@zeynep-baydemir zeynep-baydemir added Status: Done Issues that have been completed. and removed Status: In Review Issues that are waiting for review and approval from others. labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Issues that require immediate attention and should be addressed as soon as possible. Status: Done Issues that have been completed. Team: Backend Issues related to backend team Type: Feature Issues related to adding new features or functionality to the project.
Projects
None yet
Development

No branches or pull requests

2 participants