ali-bouali / spring-boot-3-jwt-security

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt
Apache License 2.0
1.86k stars 870 forks source link

Refactor: Replace some variables with constants #61

Open duffyishere opened 10 months ago

duffyishere commented 10 months ago

Description:

I have refactored some variables into constants in our codebase to improve code readability and maintainability. This includes changes in various sections of the code, where these variables were being used.

List of changes: