Package no.idata1002.group19.service


package no.idata1002.group19.service
  • Classes
    Class
    Description
    Represents an JSON Web Token (JWT) service which generates JWT Tokens upon user authentication, and to validate JWTs provided by the client to ensure the credibility of the given requests.
    Represents UserDetailsService and implements UserDetailService from Spring Security to provide user authentication and authorization services.