Skip to content

Commit

Permalink
Removendo referencias inuteis
Browse files Browse the repository at this point in the history
  • Loading branch information
RaianNolaco committed Nov 23, 2023
1 parent 7bcceb6 commit 149aa08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import io.swagger.annotations.Api;
import pi.procurarteapi.app.auth.dtos.LoginRequestDto;
import pi.procurarteapi.app.auth.services.LoginService;
import pi.procurarteapi.app.auth.services.TokenService;
import pi.procurarteapi.infra.entities.Musician;

Expand All @@ -24,9 +23,6 @@
@RequestMapping(value = "/auth")
public class AuthController {

@Autowired
private LoginService loginService;

@Autowired
private AuthenticationManager authManager;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
package pi.procurarteapi.app.musician.services;

import java.util.Base64;

import javax.crypto.Mac;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCrypt;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.stereotype.Service;
Expand Down

0 comments on commit 149aa08

Please sign in to comment.