ansopedia / user-service

The Ansopedia User Service is a backend service responsible for managing user accounts and authentication within the Ansopedia learning platform. It provides functionalities like authentication & authorization, profile management.
4 stars 0 forks source link

Encrypt JWT Token #37

Open sanjaysah101 opened 2 weeks ago

sanjaysah101 commented 2 weeks ago

Issue: Encrypt JWT Token

Description: Currently, the JWT token used for authentication contains encoded data that can be viewed using tools like jwt.io. While JWT encoding is secure for verifying authenticity, it does not protect the actual content of the token. To ensure that sensitive information is not exposed, the JWT token should be encrypted so that the data cannot be viewed by unauthorized parties.

Tasks:

Acceptance Criteria:

sanjaysah101 commented 2 weeks ago

@swaggy111 what does the above link contain?