Package vn.edu.uit.csbu.software_design.software_design_backend.jwt
package vn.edu.uit.csbu.software_design.software_design_backend.jwt
-
ClassDescriptionThe `JWTAuthFilter` class in Java is a component that filters requests to ensure they have a valid JWT token for paths starting with "/auth/".The type Jwt model.The `JWTUtil` class provides methods to generate, validate, and extract information from JWT tokens using a secret key for signing.