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

Refactor JWT handling, implement logout and refresh token endpoints, enhance security #27

Conversation

AhmedMohamedAbdelaty
Copy link
Collaborator

@AhmedMohamedAbdelaty AhmedMohamedAbdelaty commented Oct 2, 2024

  • Integrated HttpOnly cookies for JWT and Refresh tokens to enhance security.
  • Implemented logout endpoint.
  • Refactored JwtService and other services for better code organization and readability.

closes #25
closes #21
closes #13

Copy link
Collaborator

@AhmedFatthy1040 AhmedFatthy1040 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested everything locally, LGTM.

@AhmedFatthy1040 AhmedFatthy1040 merged commit 4ef0fe2 into activecourses:main Oct 3, 2024
@AhmedMohamedAbdelaty AhmedMohamedAbdelaty deleted the feature/refresh-token-endpoint branch October 3, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate authentication with the frontend JWT Refresh Token Implement logout functionality
3 participants